Searched refs:xfs_attr3_leaf_name (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_format.h750 xfs_attr3_leaf_name(xfs_attr_leafblock_t *leafp, int idx) function
760 return (xfs_attr_leaf_name_remote_t *)xfs_attr3_leaf_name(leafp, idx);
766 return (xfs_attr_leaf_name_local_t *)xfs_attr3_leaf_name(leafp, idx);
H A Dxfs_attr_leaf.c1493 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index),
2146 memset(xfs_attr3_leaf_name(leaf, args->index), 0, entsize);
2149 XFS_DA_LOGRANGE(leaf, xfs_attr3_leaf_name(leaf, args->index),
2549 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp);
2565 memmove(xfs_attr3_leaf_name(leaf_d, desti),
2566 xfs_attr3_leaf_name(leaf_s, start_s + i), tmp);
2569 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp);

Completed in 151 milliseconds