Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Djournal.c81 struct ocfs2_quota_recovery *qrec,
1239 struct ocfs2_quota_recovery *qrec; in ocfs2_complete_recovery() local
1257 qrec = item->lri_qrec; in ocfs2_complete_recovery()
1263 qrec); in ocfs2_complete_recovery()
1288 if (qrec) { in ocfs2_complete_recovery()
1289 ret = ocfs2_finish_quota_recovery(osb, qrec, in ocfs2_complete_recovery()
1309 struct ocfs2_quota_recovery *qrec, in ocfs2_queue_recovery_completion() argument
1322 if (qrec) in ocfs2_queue_recovery_completion()
1323 ocfs2_free_quota_recovery(qrec); in ocfs2_queue_recovery_completion()
1333 item->lri_qrec = qrec; in ocfs2_queue_recovery_completion()
[all …]
Docfs2_trace.h2601 unsigned long long tl_ino, void *qrec),
2602 TP_ARGS(slot, la_ino, tl_ino, qrec),
2607 __field(void *, qrec)
2613 __entry->qrec = qrec;
2616 __entry->tl_ino, __entry->qrec)