Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/gfs2/
A 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()
1373 sdp->sd_quota_bitmap = kzalloc(bm_size, GFP_NOFS | __GFP_NOWARN); in gfs2_quota_init()
1374 if (sdp->sd_quota_bitmap == NULL) in gfs2_quota_init()
1375 sdp->sd_quota_bitmap = __vmalloc(bm_size, GFP_NOFS | in gfs2_quota_init()
1377 if (!sdp->sd_quota_bitmap) in gfs2_quota_init()
1427 BUG_ON(test_and_set_bit(slot, sdp->sd_quota_bitmap)); in gfs2_quota_init()
1487 kvfree(sdp->sd_quota_bitmap); in gfs2_quota_cleanup()
1488 sdp->sd_quota_bitmap = NULL; in gfs2_quota_cleanup()
A Dincore.h795 unsigned long *sd_quota_bitmap; member

Completed in 10 milliseconds