Lines Matching refs:leafhdr
945 struct xfs_dir3_icleaf_hdr leafhdr;
953 xfs_dir2_leaf_hdr_from_disk(mp, &leafhdr, leaf);
956 ASSERT(leafhdr.magic == XFS_DIR2_LEAF1_MAGIC ||
957 leafhdr.magic == XFS_DIR3_LEAF1_MAGIC);
994 (uint)sizeof(*lep) * (leafhdr.count - leafhdr.stale);
1025 btp->count = cpu_to_be32(leafhdr.count - leafhdr.stale);
1032 for (from = to = 0; from < leafhdr.count; from++) {
1033 if (leafhdr.ents[from].address ==
1036 lep[to++] = leafhdr.ents[from];