Searched refs:qrec (Results 1 – 2 of 2) sorted by relevance
1329 struct ocfs2_quota_recovery *qrec; in ocfs2_complete_recovery() local1347 qrec = item->lri_qrec; in ocfs2_complete_recovery()1353 qrec); in ocfs2_complete_recovery()1378 if (qrec) { in ocfs2_complete_recovery()1412 if (qrec) in ocfs2_queue_recovery_completion()1413 ocfs2_free_quota_recovery(qrec); in ocfs2_queue_recovery_completion()1423 item->lri_qrec = qrec; in ocfs2_queue_recovery_completion()1476 struct ocfs2_quota_recovery *qrec; in __ocfs2_recovery_thread() local1580 if (IS_ERR(qrec)) { in __ocfs2_recovery_thread()1581 status = PTR_ERR(qrec); in __ocfs2_recovery_thread()[all …]
2604 unsigned long long tl_ino, void *qrec),2605 TP_ARGS(slot, la_ino, tl_ino, qrec),2610 __field(void *, qrec)2616 __entry->qrec = qrec;2619 __entry->tl_ino, __entry->qrec)