]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/attr.h
xfs_db: btdump should avoid eval for push and pop of cursor
[thirdparty/xfsprogs-dev.git] / db / attr.h
1 /*
2 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it would be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write the Free Software Foundation,
16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18
19 extern const field_t attr_flds[];
20 extern const field_t attr_hfld[];
21 extern const field_t attr_blkinfo_flds[];
22 extern const field_t attr_leaf_entry_flds[];
23 extern const field_t attr_leaf_hdr_flds[];
24 extern const field_t attr_leaf_map_flds[];
25 extern const field_t attr_leaf_name_flds[];
26 extern const field_t attr_node_entry_flds[];
27 extern const field_t attr_node_hdr_flds[];
28
29 extern const field_t attr3_flds[];
30 extern const field_t attr3_hfld[];
31 extern const field_t attr3_leaf_hdr_flds[];
32 extern const field_t attr3_node_hdr_flds[];
33 extern const field_t attr3_blkinfo_flds[];
34 extern const field_t attr3_node_hdr_flds[];
35 extern const field_t attr3_remote_crc_flds[];
36
37 extern int attr_leaf_name_size(void *obj, int startoff, int idx);
38 extern int attr_size(void *obj, int startoff, int idx);
39 extern void xfs_attr3_set_crc(struct xfs_buf *bp);
40
41 extern const struct xfs_buf_ops xfs_attr3_db_buf_ops;