Searched refs:xfs_attr3_leaf_name_remote (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 276 rentry = xfs_attr3_leaf_name_remote(leaf, idx); in xfs_attr3_leaf_verify_entry() 1563 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index); in xfs_attr3_leaf_add_work() 2488 name_rmt = xfs_attr3_leaf_name_remote(leaf, probe); in xfs_attr3_leaf_lookup_int() 2539 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index); in xfs_attr3_leaf_getvalue() 2738 name_rmt = xfs_attr3_leaf_name_remote(leaf, index); in xfs_attr_leaf_entsize() 2814 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index); in xfs_attr3_leaf_clearflag() 2829 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index); in xfs_attr3_leaf_clearflag() 2877 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index); in xfs_attr3_leaf_setflag() 2955 name_rmt = xfs_attr3_leaf_name_remote(leaf1, args->index); in xfs_attr3_leaf_flipflags() 2964 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2); in xfs_attr3_leaf_flipflags() [all …]
|
D | xfs_da_format.h | 742 xfs_attr3_leaf_name_remote(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr3_leaf_name_remote() function
|
/linux-6.6.21/fs/xfs/ |
D | xfs_attr_inactive.c | 108 name_rmt = xfs_attr3_leaf_name_remote(leaf, i); in xfs_attr3_leaf_inactive()
|
D | xfs_attr_list.c | 461 name_rmt = xfs_attr3_leaf_name_remote(leaf, i); in xfs_attr3_leaf_list_int()
|
/linux-6.6.21/fs/xfs/scrub/ |
D | attr.c | 347 rentry = xfs_attr3_leaf_name_remote(leaf, idx); in xchk_xattr_entry()
|