Home
last modified time | relevance | path

Searched refs:usedmap (Results 1 – 1 of 1) sorted by relevance

/fs/xfs/scrub/
Dattr.c254 unsigned long *usedmap = xchk_xattr_usedmap(ds->sc); in xchk_xattr_entry() local
294 if (!xchk_xattr_set_map(ds->sc, usedmap, nameidx, namesize)) in xchk_xattr_entry()
314 unsigned long *usedmap; in xchk_xattr_block() local
333 usedmap = xchk_xattr_usedmap(ds->sc); in xchk_xattr_block()
336 bitmap_zero(usedmap, mp->m_attr_geo->blksize); in xchk_xattr_block()
360 if (!xchk_xattr_set_map(ds->sc, usedmap, 0, hdrsize)) in xchk_xattr_block()
374 if (!xchk_xattr_set_map(ds->sc, usedmap, off, in xchk_xattr_block()
388 if (!xchk_xattr_check_freemap(ds->sc, usedmap, &leafhdr)) in xchk_xattr_block()