Searched refs:leaf_s (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2565 struct xfs_attr_leafblock *leaf_s, in xfs_attr3_leaf_moveents() argument 2593 + xfs_attr3_leaf_hdr_size(leaf_s)); in xfs_attr3_leaf_moveents() 2618 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2623 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr3_leaf_moveents() 2631 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2648 xfs_attr3_leaf_name(leaf_s, start_s + i), tmp); in xfs_attr3_leaf_moveents() 2651 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2669 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2671 ((char *)leaf_s + args->geo->blksize)); in xfs_attr3_leaf_moveents() 2679 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s + count]; in xfs_attr3_leaf_moveents() [all …]
|