Home
last modified time | relevance | path

Searched refs:leaf_d (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2572 struct xfs_attr_leafblock *leaf_d, in xfs_attr3_leaf_moveents() argument
2600 + xfs_attr3_leaf_hdr_size(leaf_d)); in xfs_attr3_leaf_moveents()
2613 entry_s = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2614 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count]; in xfs_attr3_leaf_moveents()
2623 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2651 memmove(xfs_attr3_leaf_name(leaf_d, desti), in xfs_attr3_leaf_moveents()
2661 + xfs_attr3_leaf_hdr_size(leaf_d); in xfs_attr3_leaf_moveents()
2697 ichdr_d->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_d); in xfs_attr3_leaf_moveents()