Home
last modified time | relevance | path

Searched refs:xfs_attr_leafblock_t (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_da_format.h692 } xfs_attr_leafblock_t; typedef
797 xfs_attr3_leaf_entryp(xfs_attr_leafblock_t *leafp) in xfs_attr3_leaf_entryp()
808 xfs_attr3_leaf_name(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr3_leaf_name()
816 xfs_attr3_leaf_name_remote(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr3_leaf_name_remote()
822 xfs_attr3_leaf_name_local(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr3_leaf_name_local()
Dxfs_attr_leaf.c88 STATIC int xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index);
894 leaf = (xfs_attr_leafblock_t *)tmpbuffer; in xfs_attr3_leaf_to_shortform()
1358 leaf_src = (xfs_attr_leafblock_t *)tmpbuffer; in xfs_attr3_leaf_compact()
2492 xfs_attr_leaf_entsize(xfs_attr_leafblock_t *leaf, int index) in xfs_attr_leaf_entsize()
/fs/xfs/
Dxfs_attr_list.c220 xfs_attr_leafblock_t *leaf; in xfs_attr_node_list()