Searched refs:xfs_attr3_leaf_name_local (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 269 lentry = xfs_attr3_leaf_name_local(leaf, idx); in xfs_attr3_leaf_verify_entry() 1030 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr_shortform_allfit() 1196 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr3_leaf_to_shortform() 1565 name_loc = xfs_attr3_leaf_name_local(leaf, args->index); in xfs_attr3_leaf_add_work() 2489 name_loc = xfs_attr3_leaf_name_local(leaf, probe); in xfs_attr3_leaf_lookup_int() 2539 name_loc = xfs_attr3_leaf_name_local(leaf, args->index); in xfs_attr3_leaf_getvalue() 2742 name_loc = xfs_attr3_leaf_name_local(leaf, index); in xfs_attr_leaf_entsize() 2818 name_loc = xfs_attr3_leaf_name_local(leaf, args->index); in xfs_attr3_leaf_clearflag() 2959 name_loc = xfs_attr3_leaf_name_local(leaf1, args->index); in xfs_attr3_leaf_flipflags() 2968 name_loc = xfs_attr3_leaf_name_local(leaf2, args->index2); in xfs_attr3_leaf_flipflags()
|
H A D | xfs_da_format.h | 753 xfs_attr3_leaf_name_local(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr3_leaf_name_local() function
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_attr_list.c | 456 name_loc = xfs_attr3_leaf_name_local(leaf, i); in xfs_attr3_leaf_list_int()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | attr.c | 336 lentry = xfs_attr3_leaf_name_local(leaf, idx); in xchk_xattr_entry()
|