Searched refs:xfs_attr3_leaf_name_remote (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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() 2490 name_rmt = xfs_attr3_leaf_name_remote(leaf, probe); in xfs_attr3_leaf_lookup_int() 2541 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index); in xfs_attr3_leaf_getvalue() 2740 name_rmt = xfs_attr3_leaf_name_remote(leaf, index); in xfs_attr_leaf_entsize() 2816 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index); in xfs_attr3_leaf_clearflag() 2831 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index); in xfs_attr3_leaf_clearflag() 2879 name_rmt = xfs_attr3_leaf_name_remote(leaf, args->index); in xfs_attr3_leaf_setflag() 2957 name_rmt = xfs_attr3_leaf_name_remote(leaf1, args->index); in xfs_attr3_leaf_flipflags() 2966 name_rmt = xfs_attr3_leaf_name_remote(leaf2, args->index2); in xfs_attr3_leaf_flipflags() [all …]
|
D | xfs_da_format.h | 732 xfs_attr3_leaf_name_remote(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr3_leaf_name_remote() function
|
/linux-6.1.9/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.1.9/fs/xfs/scrub/ |
D | attr.c | 285 rentry = xfs_attr3_leaf_name_remote(leaf, idx); in xchk_xattr_entry()
|