Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_attr_leaf.c340 entries = xfs_attr3_leaf_entryp(bp->b_addr); in xfs_attr3_leaf_verify()
1020 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr_shortform_allfit()
1148 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_shortform()
1268 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_node()
1504 entry = &xfs_attr3_leaf_entryp(leaf)[args->index]; in xfs_attr3_leaf_add_work()
1673 entries1 = xfs_attr3_leaf_entryp(leaf1_bp->b_addr); in xfs_attr3_leaf_order()
1674 entries2 = xfs_attr3_leaf_entryp(leaf2_bp->b_addr); in xfs_attr3_leaf_order()
1840 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
1841 entries2 = xfs_attr3_leaf_entryp(leaf2); in xfs_attr3_leaf_rebalance()
1933 entry = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_figure_balance()
[all …]
Dxfs_da_format.h723 xfs_attr3_leaf_entryp(xfs_attr_leafblock_t *leafp) in xfs_attr3_leaf_entryp() function
736 struct xfs_attr_leaf_entry *entries = xfs_attr3_leaf_entryp(leafp); in xfs_attr3_leaf_name()
/Linux-v6.6/fs/xfs/
Dxfs_attr_list.c326 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr_node_list()
403 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_list_int()
Dxfs_attr_inactive.c101 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_inactive()
/Linux-v6.6/fs/xfs/scrub/
Dattr.c418 entries = xfs_attr3_leaf_entryp(leaf); in xchk_xattr_block()
471 ent = xfs_attr3_leaf_entryp(blk->bp->b_addr) + blk->index; in xchk_xattr_rec()