Lines Matching refs:leafhdr
217 struct xfs_attr3_icleaf_hdr *leafhdr)
228 leafhdr->freemap[i].base,
229 leafhdr->freemap[i].size))
247 struct xfs_attr3_icleaf_hdr *leafhdr,
270 if (nameidx < leafhdr->firstused ||
306 struct xfs_attr3_icleaf_hdr leafhdr;
350 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf);
353 if (leafhdr.usedbytes > mp->m_attr_geo->blksize)
355 if (leafhdr.firstused > mp->m_attr_geo->blksize)
357 if (leafhdr.firstused < hdrsize)
366 if ((char *)&entries[leafhdr.count] > (char *)leaf + leafhdr.firstused)
370 for (i = 0, ent = entries; i < leafhdr.count; ent++, i++) {
380 xchk_xattr_entry(ds, level, buf_end, leaf, &leafhdr,
387 if (!xchk_xattr_check_freemap(ds->sc, usedmap, &leafhdr))
390 if (leafhdr.usedbytes != usedbytes)