Searched refs:hdrsize (Results 1 – 6 of 6) sorted by relevance
398 unsigned int hdrsize; in xchk_xattr_block() local421 hdrsize = xfs_attr3_leaf_hdr_size(leaf); in xchk_xattr_block()438 if (leafhdr.firstused < hdrsize) in xchk_xattr_block()440 if (!xchk_xattr_set_map(ds->sc, ab->usedmap, 0, hdrsize)) in xchk_xattr_block()495 int hdrsize; in xchk_xattr_rec() local516 hdrsize = xfs_attr3_leaf_hdr_size(bp->b_addr); in xchk_xattr_rec()518 if (nameidx < hdrsize || nameidx >= mp->m_attr_geo->blksize) { in xchk_xattr_rec()
404 unsigned int hdrsize; in xrep_xattr_recover_leaf() local413 hdrsize = xfs_attr3_leaf_hdr_size(leaf); in xrep_xattr_recover_leaf()414 xchk_xattr_set_map(sc, ab->usedmap, 0, hdrsize); in xrep_xattr_recover_leaf()
48 .hdrsize = 0,
18 .hdrsize = 0,
1716 int hdrsize; in xfs_dir3_leaf_size() local1721 hdrsize = sizeof(struct xfs_dir2_leaf_hdr); in xfs_dir3_leaf_size()1723 hdrsize = sizeof(struct xfs_dir3_leaf_hdr); in xfs_dir3_leaf_size()1725 return hdrsize + entries * sizeof(xfs_dir2_leaf_entry_t) in xfs_dir3_leaf_size()
209 .hdrsize = 0,
Completed in 20 milliseconds