Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2_node.c919 struct xfs_dir2_leaf_entry *ents2; in xfs_dir2_leafn_order() local
926 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_order()
929 (be32_to_cpu(ents2[0].hashval) < be32_to_cpu(ents1[0].hashval) || in xfs_dir2_leafn_order()
930 be32_to_cpu(ents2[hdr2.count - 1].hashval) < in xfs_dir2_leafn_order()
961 struct xfs_dir2_leaf_entry *ents2; in xfs_dir2_leafn_rebalance() local
982 ents2 = dp->d_ops->leaf_ents_p(leaf2); in xfs_dir2_leafn_rebalance()
998 midhash = be32_to_cpu(ents2[mid - hdr1.count].hashval); in xfs_dir2_leafn_rebalance()
1018 &hdr2, ents2, 0, count); in xfs_dir2_leafn_rebalance()
1020 xfs_dir3_leafn_moveents(args, blk2->bp, &hdr2, ents2, 0, in xfs_dir2_leafn_rebalance()