Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_attr_leaf.c1670 struct xfs_attr_leaf_entry *entries1; in xfs_attr3_leaf_order() local
1673 entries1 = xfs_attr3_leaf_entryp(leaf1_bp->b_addr); in xfs_attr3_leaf_order()
1677 be32_to_cpu(entries1[0].hashval)) || in xfs_attr3_leaf_order()
1679 be32_to_cpu(entries1[leaf1hdr->count - 1].hashval)))) { in xfs_attr3_leaf_order()
1722 struct xfs_attr_leaf_entry *entries1; in xfs_attr3_leaf_rebalance() local
1840 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
1842 blk1->hashval = be32_to_cpu(entries1[ichdr1.count - 1].hashval); in xfs_attr3_leaf_rebalance()