Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dquota.c356 bit = find_first_zero_bit(sdp->sd_quota_bitmap, in slot_get()
362 set_bit(bit, sdp->sd_quota_bitmap); in slot_get()
388 BUG_ON(!test_and_clear_bit(qd->qd_slot, sdp->sd_quota_bitmap)); in slot_put()
1411 sdp->sd_quota_bitmap = kzalloc(bm_size, GFP_NOFS | __GFP_NOWARN); in gfs2_quota_init()
1412 if (sdp->sd_quota_bitmap == NULL) in gfs2_quota_init()
1413 sdp->sd_quota_bitmap = __vmalloc(bm_size, GFP_NOFS | in gfs2_quota_init()
1415 if (!sdp->sd_quota_bitmap) in gfs2_quota_init()
1483 BUG_ON(test_and_set_bit(slot, sdp->sd_quota_bitmap)); in gfs2_quota_init()
1547 kvfree(sdp->sd_quota_bitmap); in gfs2_quota_cleanup()
1548 sdp->sd_quota_bitmap = NULL; in gfs2_quota_cleanup()
A Dincore.h789 unsigned long *sd_quota_bitmap; member

Completed in 11 milliseconds