Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c398 entries = xfs_attr3_leaf_entryp(bp->b_addr); in xfs_attr3_leaf_verify()
1115 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr_shortform_allfit()
1231 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_shortform()
1347 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_node()
1612 entry = &xfs_attr3_leaf_entryp(leaf)[args->index]; in xfs_attr3_leaf_add_work()
1815 entries1 = xfs_attr3_leaf_entryp(leaf1_bp->b_addr); in xfs_attr3_leaf_order()
1816 entries2 = xfs_attr3_leaf_entryp(leaf2_bp->b_addr); in xfs_attr3_leaf_order()
1982 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
1983 entries2 = xfs_attr3_leaf_entryp(leaf2); in xfs_attr3_leaf_rebalance()
2075 entry = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_figure_balance()
[all …]
H A Dxfs_da_format.h757 xfs_attr3_leaf_entryp(xfs_attr_leafblock_t *leafp) in xfs_attr3_leaf_entryp() function
770 struct xfs_attr_leaf_entry *entries = xfs_attr3_leaf_entryp(leafp); in xfs_attr3_leaf_name()
/linux/fs/xfs/
H A Dxfs_attr_list.c372 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr_node_list()
449 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_list_int()
H A Dxfs_attr_inactive.c102 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_inactive()
/linux/fs/xfs/scrub/
H A Dattr.c426 entries = xfs_attr3_leaf_entryp(leaf); in xchk_xattr_block()
503 ent = xfs_attr3_leaf_entryp(blk->bp->b_addr) + blk->index; in xchk_xattr_rec()
H A Dlistxattr.c69 entry = xfs_attr3_leaf_entryp(leaf); in xchk_xattr_walk_leaf_entries()
H A Dattr_repair.c415 entries = xfs_attr3_leaf_entryp(leaf); in xrep_xattr_recover_leaf()