Lines Matching refs:leafhdr
700 struct xfs_dir3_icleaf_hdr leafhdr;
703 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
705 ASSERT(leafhdr.magic == XFS_DIR2_LEAFN_MAGIC ||
706 leafhdr.magic == XFS_DIR3_LEAFN_MAGIC);
707 size = (int)((char *)&leafhdr.ents[leafhdr.count] -
2328 struct xfs_dir3_icleaf_hdr leafhdr;
2332 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr,
2334 ents = leafhdr.ents;
2336 dead_hash = be32_to_cpu(ents[leafhdr.count - 1].hashval);