Searched refs:usedmap (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | attr.c | 193 unsigned long *usedmap, in xchk_xattr_entry() argument 239 if (!xchk_xattr_set_map(ds->sc, usedmap, nameidx, namesize)) in xchk_xattr_entry() 259 unsigned long *usedmap = ds->sc->buf; in xchk_xattr_block() local 270 bitmap_zero(usedmap, mp->m_attr_geo->blksize); in xchk_xattr_block() 294 if (!xchk_xattr_set_map(ds->sc, usedmap, 0, hdrsize)) in xchk_xattr_block() 308 if (!xchk_xattr_set_map(ds->sc, usedmap, off, in xchk_xattr_block() 316 usedmap, ent, i, &usedbytes, &last_hashval); in xchk_xattr_block() 322 if (!xchk_xattr_check_freemap(ds->sc, usedmap, &leafhdr)) in xchk_xattr_block()
|