Lines Matching refs:leafhdr
685 struct xfs_dir3_icleaf_hdr leafhdr;
688 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
690 ASSERT(leafhdr.magic == XFS_DIR2_LEAFN_MAGIC ||
691 leafhdr.magic == XFS_DIR3_LEAFN_MAGIC);
692 size = (int)((char *)&leafhdr.ents[leafhdr.count] -
2316 struct xfs_dir3_icleaf_hdr leafhdr;
2320 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr,
2322 ents = leafhdr.ents;
2324 dead_hash = be32_to_cpu(ents[leafhdr.count - 1].hashval);