Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1027 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr_shortform_allfit()
1144 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_shortform()
1261 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_to_node()
1839 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
1840 entries2 = xfs_attr3_leaf_entryp(leaf2); in xfs_attr3_leaf_rebalance()
1932 entry = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_figure_balance()
1954 entry = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_figure_balance()
2250 entry = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_remove()
2297 entry = xfs_attr3_leaf_entryp(drop_leaf); in xfs_attr3_leaf_unbalance()
2425 entries = xfs_attr3_leaf_entryp(leaf); in xfs_attr3_leaf_lookup_int()
[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-6.15/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-6.15/fs/xfs/scrub/
H A Dattr.c448 entries = xfs_attr3_leaf_entryp(leaf); in xchk_xattr_block()
500 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()