Home
last modified time | relevance | path

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

/Linux-v5.4/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
332 usedmap = xchk_xattr_usedmap(ds->sc); in xchk_xattr_block()
335 bitmap_zero(usedmap, mp->m_attr_geo->blksize); in xchk_xattr_block()
359 if (!xchk_xattr_set_map(ds->sc, usedmap, 0, hdrsize)) in xchk_xattr_block()
373 if (!xchk_xattr_set_map(ds->sc, usedmap, off, in xchk_xattr_block()
387 if (!xchk_xattr_check_freemap(ds->sc, usedmap, &leafhdr)) in xchk_xattr_block()