Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/ !
Dxfs_attr_leaf.c1519 struct xfs_attr_leaf_entry *entries1; in xfs_attr3_leaf_order() local
1522 entries1 = xfs_attr3_leaf_entryp(leaf1_bp->b_addr); in xfs_attr3_leaf_order()
1526 be32_to_cpu(entries1[0].hashval)) || in xfs_attr3_leaf_order()
1528 be32_to_cpu(entries1[leaf1hdr->count - 1].hashval)))) { in xfs_attr3_leaf_order()
1571 struct xfs_attr_leaf_entry *entries1; in xfs_attr3_leaf_rebalance() local
1689 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
1691 blk1->hashval = be32_to_cpu(entries1[ichdr1.count - 1].hashval); in xfs_attr3_leaf_rebalance()