Searched refs:rm_quota (Results 1 – 1 of 1) sorted by relevance
1372 int *rm_quota = NULL; in __ocfs2_recovery_thread() local1388 rm_quota = kcalloc(osb->max_slots, sizeof(int), GFP_NOFS); in __ocfs2_recovery_thread()1389 if (!rm_quota) { in __ocfs2_recovery_thread()1430 && rm_quota[i] != slot_num; i++) in __ocfs2_recovery_thread()1434 rm_quota[rm_quota_used++] = slot_num; in __ocfs2_recovery_thread()1465 qrec = ocfs2_begin_quota_recovery(osb, rm_quota[i]); in __ocfs2_recovery_thread()1472 rm_quota[i], in __ocfs2_recovery_thread()1498 kfree(rm_quota); in __ocfs2_recovery_thread()