Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Djournal.c1384 int *rm_quota = NULL; in __ocfs2_recovery_thread() local
1400 rm_quota = kcalloc(osb->max_slots, sizeof(int), GFP_NOFS); in __ocfs2_recovery_thread()
1401 if (!rm_quota) { in __ocfs2_recovery_thread()
1442 && rm_quota[i] != slot_num; i++) in __ocfs2_recovery_thread()
1446 rm_quota[rm_quota_used++] = slot_num; in __ocfs2_recovery_thread()
1477 qrec = ocfs2_begin_quota_recovery(osb, rm_quota[i]); in __ocfs2_recovery_thread()
1484 rm_quota[i], in __ocfs2_recovery_thread()
1510 kfree(rm_quota); in __ocfs2_recovery_thread()