Searched refs:hdr2 (Results 1 – 2 of 2) sorted by relevance
1038 struct xfs_dir3_icleaf_hdr hdr2; in xfs_dir2_leafn_order() local1041 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr2, leaf2); in xfs_dir2_leafn_order()1043 ents2 = hdr2.ents; in xfs_dir2_leafn_order()1045 if (hdr1.count > 0 && hdr2.count > 0 && in xfs_dir2_leafn_order()1047 be32_to_cpu(ents2[hdr2.count - 1].hashval) < in xfs_dir2_leafn_order()1080 struct xfs_dir3_icleaf_hdr hdr2; in xfs_dir2_leafn_rebalance() local1094 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr2, leaf2); in xfs_dir2_leafn_rebalance()1096 ents2 = hdr2.ents; in xfs_dir2_leafn_rebalance()1098 oldsum = hdr1.count + hdr2.count; in xfs_dir2_leafn_rebalance()1100 oldstale = hdr1.stale + hdr2.stale; in xfs_dir2_leafn_rebalance()[all …]
1777 struct INDEX_HDR *hdr2; in indx_insert_into_buffer() local1835 hdr2 = &n2->index->ihdr; in indx_insert_into_buffer()1843 hdr_insert_head(hdr2, de_t, to_copy); in indx_insert_into_buffer()1858 ? hdr2 in indx_insert_into_buffer()