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.c2568 struct xfs_attr_leafblock *leaf_d, in xfs_attr3_leaf_moveents() argument
2596 + xfs_attr3_leaf_hdr_size(leaf_d)); in xfs_attr3_leaf_moveents()
2609 entry_s = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2610 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count]; in xfs_attr3_leaf_moveents()
2619 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2647 memmove(xfs_attr3_leaf_name(leaf_d, desti), in xfs_attr3_leaf_moveents()
2657 + xfs_attr3_leaf_hdr_size(leaf_d); in xfs_attr3_leaf_moveents()
2693 ichdr_d->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_d); in xfs_attr3_leaf_moveents()