Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr_leaf.c271 entries = xfs_attr3_leaf_entryp(bp->b_addr); in xfs_attr3_leaf_verify()
892 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr_shortform_allfit()
1019 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_shortform()
1128 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_node()
1364 entry = &xfs_attr3_leaf_entryp(leaf)[args->index]; in xfs_attr3_leaf_add_work()
1529 entries1 = xfs_attr3_leaf_entryp(leaf1_bp->b_addr); in xfs_attr3_leaf_order()
1530 entries2 = xfs_attr3_leaf_entryp(leaf2_bp->b_addr); in xfs_attr3_leaf_order()
1696 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
1697 entries2 = xfs_attr3_leaf_entryp(leaf2); in xfs_attr3_leaf_rebalance()
1789 entry = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_figure_balance()
[all …]
Dxfs_da_format.h783 xfs_attr3_leaf_entryp(xfs_attr_leafblock_t *leafp) in xfs_attr3_leaf_entryp() function
796 struct xfs_attr_leaf_entry *entries = xfs_attr3_leaf_entryp(leafp); in xfs_attr3_leaf_name()
/Linux-v5.4/fs/xfs/
Dxfs_attr_inactive.c128 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_inactive()
156 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_inactive()
Dxfs_attr_list.c321 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr_node_list()
395 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_list_int()
/Linux-v5.4/fs/xfs/scrub/
Dattr.c365 entries = xfs_attr3_leaf_entryp(leaf); in xchk_xattr_block()
Ddabtree.c97 ents = (char *)xfs_attr3_leaf_entryp(baddr); in xchk_da_btree_entry()