Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c340 entries = xfs_attr3_leaf_entryp(bp->b_addr); in xfs_attr3_leaf_verify()
1022 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr_shortform_allfit()
1150 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_shortform()
1270 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_node()
1513 entry = &xfs_attr3_leaf_entryp(leaf)[args->index]; in xfs_attr3_leaf_add_work()
1681 entries1 = xfs_attr3_leaf_entryp(leaf1_bp->b_addr); in xfs_attr3_leaf_order()
1682 entries2 = xfs_attr3_leaf_entryp(leaf2_bp->b_addr); in xfs_attr3_leaf_order()
1848 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
1849 entries2 = xfs_attr3_leaf_entryp(leaf2); in xfs_attr3_leaf_rebalance()
1941 entry = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_figure_balance()
[all …]
H A Dxfs_da_format.h728 xfs_attr3_leaf_entryp(xfs_attr_leafblock_t *leafp) in xfs_attr3_leaf_entryp() function
741 struct xfs_attr_leaf_entry *entries = xfs_attr3_leaf_entryp(leafp); in xfs_attr3_leaf_name()
/openbmc/linux/fs/xfs/
H A Dxfs_attr_list.c328 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr_node_list()
405 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_list_int()
H A Dxfs_attr_inactive.c101 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_inactive()
/openbmc/linux/fs/xfs/scrub/
H A Dattr.c414 entries = xfs_attr3_leaf_entryp(leaf); in xchk_xattr_block()
466 ent = xfs_attr3_leaf_entryp(blk->bp->b_addr) + blk->index; in xchk_xattr_rec()