Lines Matching refs:drophdr
1623 struct xfs_dir3_icleaf_hdr drophdr;
1635 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &drophdr, drop_leaf);
1637 dents = drophdr.ents;
1643 if (drophdr.stale)
1644 xfs_dir3_leaf_compact(args, &drophdr, drop_blk->bp);
1651 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval);
1653 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0,
1655 drophdr.count);
1657 xfs_dir3_leafn_moveents(args, drop_blk->bp, &drophdr, dents, 0,
1659 savehdr.count, drophdr.count);
1664 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, drop_leaf, &drophdr);