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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Djournal.c1339 int *rm_quota = NULL; local
1350 rm_quota = kzalloc(osb->max_slots * sizeof(int), GFP_NOFS);
1351 if (!rm_quota) {
1392 for (i = 0; i < rm_quota_used && rm_quota[i] != slot_num; i++);
1394 rm_quota[rm_quota_used++] = slot_num;
1423 qrec = ocfs2_begin_quota_recovery(osb, rm_quota[i]);
1429 ocfs2_queue_recovery_completion(osb->journal, rm_quota[i],
1452 if (rm_quota)
1453 kfree(rm_quota);

Completed in 99 milliseconds