Home
last modified time | relevance | path

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

/Linux-v6.6/fs/gfs2/
Dquota.c346 bit = find_first_zero_bit(sdp->sd_quota_bitmap, in slot_get()
352 set_bit(bit, sdp->sd_quota_bitmap); in slot_get()
378 BUG_ON(!test_and_clear_bit(qd->qd_slot, sdp->sd_quota_bitmap)); in slot_put()
1398 sdp->sd_quota_bitmap = kzalloc(bm_size, GFP_NOFS | __GFP_NOWARN); in gfs2_quota_init()
1399 if (sdp->sd_quota_bitmap == NULL) in gfs2_quota_init()
1400 sdp->sd_quota_bitmap = __vmalloc(bm_size, GFP_NOFS | in gfs2_quota_init()
1402 if (!sdp->sd_quota_bitmap) in gfs2_quota_init()
1452 BUG_ON(test_and_set_bit(slot, sdp->sd_quota_bitmap)); in gfs2_quota_init()
1511 kvfree(sdp->sd_quota_bitmap); in gfs2_quota_cleanup()
1512 sdp->sd_quota_bitmap = NULL; in gfs2_quota_cleanup()
Dincore.h791 unsigned long *sd_quota_bitmap; member