Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dquota.c1346 unsigned int bm_size; in gfs2_quota_init() local
1355 bm_size = DIV_ROUND_UP(sdp->sd_quota_slots, 8 * sizeof(unsigned long)); in gfs2_quota_init()
1356 bm_size *= sizeof(unsigned long); in gfs2_quota_init()
1358 sdp->sd_quota_bitmap = kzalloc(bm_size, GFP_NOFS | __GFP_NOWARN); in gfs2_quota_init()
1360 sdp->sd_quota_bitmap = __vmalloc(bm_size, GFP_NOFS | in gfs2_quota_init()