Lines Matching refs:usedmap
37 kvfree(ab->usedmap); in xchk_xattr_buf_cleanup()
38 ab->usedmap = NULL; in xchk_xattr_buf_cleanup()
94 ab->usedmap = kvmalloc(bmp_sz, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf()
95 if (!ab->usedmap) in xchk_setup_xattr_buf()
313 return !bitmap_intersects(ab->freemap, ab->usedmap, mapsize); in xchk_xattr_check_freemap()
373 if (!xchk_xattr_set_map(ds->sc, ab->usedmap, nameidx, namesize)) in xchk_xattr_entry()
405 bitmap_zero(ab->usedmap, mp->m_attr_geo->blksize); in xchk_xattr_block()
440 if (!xchk_xattr_set_map(ds->sc, ab->usedmap, 0, hdrsize)) in xchk_xattr_block()
456 if (!xchk_xattr_set_map(ds->sc, ab->usedmap, off, in xchk_xattr_block()
581 bitmap_zero(ab->usedmap, ifp->if_bytes); in xchk_xattr_check_sf()
582 xchk_xattr_set_map(sc, ab->usedmap, 0, sizeof(*sf)); in xchk_xattr_check_sf()
611 if (!xchk_xattr_set_map(sc, ab->usedmap, in xchk_xattr_check_sf()
618 if (!xchk_xattr_set_map(sc, ab->usedmap, in xchk_xattr_check_sf()
625 if (!xchk_xattr_set_map(sc, ab->usedmap, in xchk_xattr_check_sf()