Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.c1624 struct xfs_attr_leaf_entry *entries1; in xfs_attr3_leaf_order() local
1627 entries1 = xfs_attr3_leaf_entryp(leaf1_bp->b_addr); in xfs_attr3_leaf_order()
1631 be32_to_cpu(entries1[0].hashval)) || in xfs_attr3_leaf_order()
1633 be32_to_cpu(entries1[leaf1hdr->count - 1].hashval)))) { in xfs_attr3_leaf_order()
1676 struct xfs_attr_leaf_entry *entries1; in xfs_attr3_leaf_rebalance() local
1794 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
1796 blk1->hashval = be32_to_cpu(entries1[ichdr1.count - 1].hashval); in xfs_attr3_leaf_rebalance()