Home
last modified time | relevance | path

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

/fs/gfs2/
Dquota.c329 bit = find_first_zero_bit(sdp->sd_quota_bitmap, sdp->sd_quota_slots); in slot_get()
331 set_bit(bit, sdp->sd_quota_bitmap); in slot_get()
359 BUG_ON(!test_and_clear_bit(qd->qd_slot, sdp->sd_quota_bitmap)); in slot_put()
1384 sdp->sd_quota_bitmap = kzalloc(bm_size, GFP_NOFS | __GFP_NOWARN); in gfs2_quota_init()
1385 if (sdp->sd_quota_bitmap == NULL) in gfs2_quota_init()
1386 sdp->sd_quota_bitmap = __vmalloc(bm_size, GFP_NOFS | in gfs2_quota_init()
1388 if (!sdp->sd_quota_bitmap) in gfs2_quota_init()
1438 BUG_ON(test_and_set_bit(slot, sdp->sd_quota_bitmap)); in gfs2_quota_init()
1498 kvfree(sdp->sd_quota_bitmap); in gfs2_quota_cleanup()
1499 sdp->sd_quota_bitmap = NULL; in gfs2_quota_cleanup()
Dincore.h812 unsigned long *sd_quota_bitmap; member