Searched refs:hdr1 (Results 1 – 1 of 1) sorted by relevance
977 struct xfs_dir3_icleaf_hdr hdr1; in xfs_dir2_leafn_order() local980 dp->d_ops->leaf_hdr_from_disk(&hdr1, leaf1); in xfs_dir2_leafn_order()985 if (hdr1.count > 0 && hdr2.count > 0 && in xfs_dir2_leafn_order()988 be32_to_cpu(ents1[hdr1.count - 1].hashval))) in xfs_dir2_leafn_order()1019 struct xfs_dir3_icleaf_hdr hdr1; in xfs_dir2_leafn_rebalance() local1033 dp->d_ops->leaf_hdr_from_disk(&hdr1, leaf1); in xfs_dir2_leafn_rebalance()1038 oldsum = hdr1.count + hdr2.count; in xfs_dir2_leafn_rebalance()1040 oldstale = hdr1.stale + hdr2.stale; in xfs_dir2_leafn_rebalance()1051 if (mid >= hdr1.count) in xfs_dir2_leafn_rebalance()1052 midhash = be32_to_cpu(ents2[mid - hdr1.count].hashval); in xfs_dir2_leafn_rebalance()[all …]