Searched refs:xfs_attr3_leaf_name (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/libxfs/ |
A D | xfs_da_format.h | 723 xfs_attr3_leaf_name(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr3_leaf_name() function 733 return (xfs_attr_leaf_name_remote_t *)xfs_attr3_leaf_name(leafp, idx); in xfs_attr3_leaf_name_remote() 739 return (xfs_attr_leaf_name_local_t *)xfs_attr3_leaf_name(leafp, idx); in xfs_attr3_leaf_name_local()
|
A D | xfs_attr_leaf.c | 1530 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index), in xfs_attr3_leaf_add_work() 2183 memset(xfs_attr3_leaf_name(leaf, args->index), 0, entsize); in xfs_attr3_leaf_remove() 2186 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index), in xfs_attr3_leaf_remove() 2584 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2600 memmove(xfs_attr3_leaf_name(leaf_d, desti), in xfs_attr3_leaf_moveents() 2601 xfs_attr3_leaf_name(leaf_s, start_s + i), tmp); in xfs_attr3_leaf_moveents() 2604 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents()
|
Completed in 12 milliseconds