Searched refs:hdr2 (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_dir2_node.c | 978 struct xfs_dir3_icleaf_hdr hdr2; in xfs_dir2_leafn_order() local 981 dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2); in xfs_dir2_leafn_order() 985 if (hdr1.count > 0 && hdr2.count > 0 && in xfs_dir2_leafn_order() 987 be32_to_cpu(ents2[hdr2.count - 1].hashval) < in xfs_dir2_leafn_order() 1020 struct xfs_dir3_icleaf_hdr hdr2; in xfs_dir2_leafn_rebalance() local 1034 dp->d_ops->leaf_hdr_from_disk(&hdr2, leaf2); 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() 1072 &hdr2, ents2, 0, count); in xfs_dir2_leafn_rebalance() 1074 xfs_dir3_leafn_moveents(args, blk2->bp, &hdr2, ents2, 0, in xfs_dir2_leafn_rebalance() [all …]
|