Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dquota.c332 bit = find_first_zero_bit(sdp->sd_quota_bitmap, sdp->sd_quota_slots); in slot_get()
334 set_bit(bit, sdp->sd_quota_bitmap); in slot_get()
362 BUG_ON(!test_and_clear_bit(qd->qd_slot, sdp->sd_quota_bitmap)); in slot_put()
1358 sdp->sd_quota_bitmap = kzalloc(bm_size, GFP_NOFS | __GFP_NOWARN); in gfs2_quota_init()
1359 if (sdp->sd_quota_bitmap == NULL) in gfs2_quota_init()
1360 sdp->sd_quota_bitmap = __vmalloc(bm_size, GFP_NOFS | in gfs2_quota_init()
1362 if (!sdp->sd_quota_bitmap) in gfs2_quota_init()
1412 BUG_ON(test_and_set_bit(slot, sdp->sd_quota_bitmap)); in gfs2_quota_init()
1472 kvfree(sdp->sd_quota_bitmap); in gfs2_quota_cleanup()
1473 sdp->sd_quota_bitmap = NULL; in gfs2_quota_cleanup()
Dincore.h797 unsigned long *sd_quota_bitmap; member