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

/linux-4.4.14/fs/ocfs2/
H A Djournal.c1377 int *rm_quota = NULL; __ocfs2_recovery_thread() local
1386 rm_quota = kzalloc(osb->max_slots * sizeof(int), GFP_NOFS); __ocfs2_recovery_thread()
1387 if (!rm_quota) { __ocfs2_recovery_thread()
1425 for (i = 0; i < rm_quota_used && rm_quota[i] != slot_num; i++); __ocfs2_recovery_thread()
1427 rm_quota[rm_quota_used++] = slot_num; __ocfs2_recovery_thread()
1456 qrec = ocfs2_begin_quota_recovery(osb, rm_quota[i]); __ocfs2_recovery_thread()
1462 ocfs2_queue_recovery_completion(osb->journal, rm_quota[i], __ocfs2_recovery_thread()
1486 kfree(rm_quota); __ocfs2_recovery_thread()

Completed in 87 milliseconds