Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Djournal.c1298 int *rm_quota = NULL; in __ocfs2_recovery_thread() local
1307 rm_quota = kzalloc(osb->max_slots * sizeof(int), GFP_NOFS); in __ocfs2_recovery_thread()
1308 if (!rm_quota) { in __ocfs2_recovery_thread()
1346 for (i = 0; i < rm_quota_used && rm_quota[i] != slot_num; i++); in __ocfs2_recovery_thread()
1348 rm_quota[rm_quota_used++] = slot_num; in __ocfs2_recovery_thread()
1377 qrec = ocfs2_begin_quota_recovery(osb, rm_quota[i]); in __ocfs2_recovery_thread()
1383 ocfs2_queue_recovery_completion(osb->journal, rm_quota[i], in __ocfs2_recovery_thread()
1406 if (rm_quota) in __ocfs2_recovery_thread()
1407 kfree(rm_quota); in __ocfs2_recovery_thread()