]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/attr.h
xfsprogs: Release v4.19.0-rc1
[thirdparty/xfsprogs-dev.git] / db / attr.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6
7 extern const field_t attr_flds[];
8 extern const field_t attr_hfld[];
9 extern const field_t attr_blkinfo_flds[];
10 extern const field_t attr_leaf_entry_flds[];
11 extern const field_t attr_leaf_hdr_flds[];
12 extern const field_t attr_leaf_map_flds[];
13 extern const field_t attr_leaf_name_flds[];
14 extern const field_t attr_node_entry_flds[];
15 extern const field_t attr_node_hdr_flds[];
16
17 extern const field_t attr3_flds[];
18 extern const field_t attr3_hfld[];
19 extern const field_t attr3_leaf_hdr_flds[];
20 extern const field_t attr3_node_hdr_flds[];
21 extern const field_t attr3_blkinfo_flds[];
22 extern const field_t attr3_node_hdr_flds[];
23 extern const field_t attr3_remote_crc_flds[];
24
25 extern int attr_leaf_name_size(void *obj, int startoff, int idx);
26 extern int attr_size(void *obj, int startoff, int idx);
27 extern void xfs_attr3_set_crc(struct xfs_buf *bp);
28
29 extern const struct xfs_buf_ops xfs_attr3_db_buf_ops;