Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Djournal.c1464 int *rm_quota = NULL; in __ocfs2_recovery_thread() local
1480 rm_quota = kzalloc_objs(int, osb->max_slots, GFP_NOFS); in __ocfs2_recovery_thread()
1481 if (!rm_quota) { in __ocfs2_recovery_thread()
1534 && rm_quota[i] != slot_num; i++) in __ocfs2_recovery_thread()
1538 rm_quota[rm_quota_used++] = slot_num; in __ocfs2_recovery_thread()
1569 qrec = ocfs2_begin_quota_recovery(osb, rm_quota[i]); in __ocfs2_recovery_thread()
1576 rm_quota[i], in __ocfs2_recovery_thread()
1602 kfree(rm_quota); in __ocfs2_recovery_thread()