Searched refs:sd_quota_bitmap (Results 1 – 2 of 2) sorted by relevance
249 byte = sdp->sd_quota_bitmap[c][o]; in slot_get()265 sdp->sd_quota_bitmap[c][o] |= 1 << b; in slot_get()294 gfs2_icbit_munge(sdp, sdp->sd_quota_bitmap, qd->qd_slot, 0); in slot_put()1206 sdp->sd_quota_bitmap = kcalloc(sdp->sd_quota_chunks, in gfs2_quota_init()1208 if (!sdp->sd_quota_bitmap) in gfs2_quota_init()1212 sdp->sd_quota_bitmap[x] = kzalloc(PAGE_SIZE, GFP_NOFS); in gfs2_quota_init()1213 if (!sdp->sd_quota_bitmap[x]) in gfs2_quota_init()1260 gfs2_icbit_munge(sdp, sdp->sd_quota_bitmap, slot, 1); in gfs2_quota_init()1328 if (sdp->sd_quota_bitmap) { in gfs2_quota_cleanup()1330 kfree(sdp->sd_quota_bitmap[x]); in gfs2_quota_cleanup()[all …]
681 unsigned char **sd_quota_bitmap; member