Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Djournal.c66 struct ocfs2_quota_recovery *qrec,
1322 struct ocfs2_quota_recovery *qrec; in ocfs2_complete_recovery() local
1340 qrec = item->lri_qrec; in ocfs2_complete_recovery()
1346 qrec); in ocfs2_complete_recovery()
1371 if (qrec) { in ocfs2_complete_recovery()
1372 ret = ocfs2_finish_quota_recovery(osb, qrec, in ocfs2_complete_recovery()
1392 struct ocfs2_quota_recovery *qrec, in ocfs2_queue_recovery_completion() argument
1405 if (qrec) in ocfs2_queue_recovery_completion()
1406 ocfs2_free_quota_recovery(qrec); in ocfs2_queue_recovery_completion()
1416 item->lri_qrec = qrec; in ocfs2_queue_recovery_completion()
[all …]
H A Docfs2_trace.h2602 unsigned long long tl_ino, void *qrec),
2603 TP_ARGS(slot, la_ino, tl_ino, qrec),
2608 __field(void *, qrec)
2614 __entry->qrec = qrec;
2617 __entry->tl_ino, __entry->qrec)