Lines Matching refs:leafhdr
280 struct xfs_attr3_icleaf_hdr *leafhdr)
290 leafhdr->freemap[i].base,
291 leafhdr->freemap[i].size))
309 struct xfs_attr3_icleaf_hdr *leafhdr,
332 if (nameidx < leafhdr->firstused ||
368 struct xfs_attr3_icleaf_hdr leafhdr;
403 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf);
406 if (leafhdr.usedbytes > mp->m_attr_geo->blksize)
408 if (leafhdr.firstused > mp->m_attr_geo->blksize)
410 if (leafhdr.firstused < hdrsize)
419 if ((char *)&entries[leafhdr.count] > (char *)leaf + leafhdr.firstused)
423 for (i = 0, ent = entries; i < leafhdr.count; ent++, i++) {
433 xchk_xattr_entry(ds, level, buf_end, leaf, &leafhdr,
440 if (!xchk_xattr_check_freemap(ds->sc, &leafhdr))
443 if (leafhdr.usedbytes != usedbytes)