Searched refs:qrec (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | journal.c | 67 struct ocfs2_quota_recovery *qrec, 1217 struct ocfs2_quota_recovery *qrec; in ocfs2_complete_recovery() local 1235 qrec = item->lri_qrec; in ocfs2_complete_recovery() 1241 qrec); in ocfs2_complete_recovery() 1266 if (qrec) { in ocfs2_complete_recovery() 1267 ret = ocfs2_finish_quota_recovery(osb, qrec, in ocfs2_complete_recovery() 1287 struct ocfs2_quota_recovery *qrec, in ocfs2_queue_recovery_completion() argument 1300 if (qrec) in ocfs2_queue_recovery_completion() 1301 ocfs2_free_quota_recovery(qrec); in ocfs2_queue_recovery_completion() 1311 item->lri_qrec = qrec; in ocfs2_queue_recovery_completion() [all …]
|
D | ocfs2_trace.h | 2603 unsigned long long tl_ino, void *qrec), 2604 TP_ARGS(slot, la_ino, tl_ino, qrec), 2609 __field(void *, qrec) 2615 __entry->qrec = qrec; 2618 __entry->tl_ino, __entry->qrec)
|