Lines Matching refs:usedmap
33 kvfree(ab->usedmap); in xchk_xattr_buf_cleanup()
34 ab->usedmap = NULL; in xchk_xattr_buf_cleanup()
88 ab->usedmap = kvmalloc(bmp_sz, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf()
89 if (!ab->usedmap) in xchk_setup_xattr_buf()
296 return !bitmap_intersects(ab->freemap, ab->usedmap, mapsize); in xchk_xattr_check_freemap()
356 if (!xchk_xattr_set_map(ds->sc, ab->usedmap, nameidx, namesize)) in xchk_xattr_entry()
388 bitmap_zero(ab->usedmap, mp->m_attr_geo->blksize); in xchk_xattr_block()
412 if (!xchk_xattr_set_map(ds->sc, ab->usedmap, 0, hdrsize)) in xchk_xattr_block()
426 if (!xchk_xattr_set_map(ds->sc, ab->usedmap, off, in xchk_xattr_block()
540 bitmap_zero(ab->usedmap, ifp->if_bytes); in xchk_xattr_check_sf()
543 xchk_xattr_set_map(sc, ab->usedmap, 0, sizeof(sf->hdr)); in xchk_xattr_check_sf()
564 if (!xchk_xattr_set_map(sc, ab->usedmap, in xchk_xattr_check_sf()
571 if (!xchk_xattr_set_map(sc, ab->usedmap, in xchk_xattr_check_sf()
578 if (!xchk_xattr_set_map(sc, ab->usedmap, in xchk_xattr_check_sf()