Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_attr_leaf.c2520 struct xfs_attr_leafblock *leaf_d, in xfs_attr3_leaf_moveents() argument
2548 + xfs_attr3_leaf_hdr_size(leaf_d)); in xfs_attr3_leaf_moveents()
2561 entry_s = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2562 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count]; in xfs_attr3_leaf_moveents()
2571 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2599 memmove(xfs_attr3_leaf_name(leaf_d, desti), in xfs_attr3_leaf_moveents()
2609 + xfs_attr3_leaf_hdr_size(leaf_d); in xfs_attr3_leaf_moveents()
2645 ichdr_d->freemap[0].base = xfs_attr3_leaf_hdr_size(leaf_d); in xfs_attr3_leaf_moveents()