Searched refs:qrec (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/ |
D | journal.c | 77 struct ocfs2_quota_recovery *qrec); 1156 struct ocfs2_quota_recovery *qrec; in ocfs2_complete_recovery() local 1173 qrec = item->lri_qrec; in ocfs2_complete_recovery() 1178 qrec); in ocfs2_complete_recovery() 1202 if (qrec) { in ocfs2_complete_recovery() 1203 ret = ocfs2_finish_quota_recovery(osb, qrec, in ocfs2_complete_recovery() 1223 struct ocfs2_quota_recovery *qrec) in ocfs2_queue_recovery_completion() argument 1238 if (qrec) in ocfs2_queue_recovery_completion() 1239 ocfs2_free_quota_recovery(qrec); in ocfs2_queue_recovery_completion() 1249 item->lri_qrec = qrec; in ocfs2_queue_recovery_completion() [all …]
|
D | ocfs2_trace.h | 2600 unsigned long long tl_ino, void *qrec), 2601 TP_ARGS(slot, la_ino, tl_ino, qrec), 2606 __field(void *, qrec) 2612 __entry->qrec = qrec; 2615 __entry->tl_ino, __entry->qrec)
|