Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Djournal.c1374 int *rm_quota = NULL; in __ocfs2_recovery_thread() local
1390 rm_quota = kcalloc(osb->max_slots, sizeof(int), GFP_NOFS); in __ocfs2_recovery_thread()
1391 if (!rm_quota) { in __ocfs2_recovery_thread()
1432 && rm_quota[i] != slot_num; i++) in __ocfs2_recovery_thread()
1436 rm_quota[rm_quota_used++] = slot_num; in __ocfs2_recovery_thread()
1467 qrec = ocfs2_begin_quota_recovery(osb, rm_quota[i]); in __ocfs2_recovery_thread()
1474 rm_quota[i], in __ocfs2_recovery_thread()
1500 kfree(rm_quota); in __ocfs2_recovery_thread()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Djournal.c1412 int *rm_quota = NULL; in __ocfs2_recovery_thread() local
1428 rm_quota = kcalloc(osb->max_slots, sizeof(int), GFP_NOFS); in __ocfs2_recovery_thread()
1429 if (!rm_quota) { in __ocfs2_recovery_thread()
1470 && rm_quota[i] != slot_num; i++) in __ocfs2_recovery_thread()
1474 rm_quota[rm_quota_used++] = slot_num; in __ocfs2_recovery_thread()
1505 qrec = ocfs2_begin_quota_recovery(osb, rm_quota[i]); in __ocfs2_recovery_thread()
1512 rm_quota[i], in __ocfs2_recovery_thread()
1538 kfree(rm_quota); in __ocfs2_recovery_thread()

Completed in 6 milliseconds