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

/linux-master/fs/ocfs2/
H A Djournal.c66 struct ocfs2_quota_recovery *qrec,
1267 struct ocfs2_quota_recovery *qrec; local
1285 qrec = item->lri_qrec;
1291 qrec);
1316 if (qrec) {
1317 ret = ocfs2_finish_quota_recovery(osb, qrec,
1337 struct ocfs2_quota_recovery *qrec,
1350 if (qrec)
1351 ocfs2_free_quota_recovery(qrec);
1361 item->lri_qrec = qrec;
1333 ocfs2_queue_recovery_completion(struct ocfs2_journal *journal, int slot_num, struct ocfs2_dinode *la_dinode, struct ocfs2_dinode *tl_dinode, struct ocfs2_quota_recovery *qrec, enum ocfs2_orphan_reco_type orphan_reco_type) argument
1414 struct ocfs2_quota_recovery *qrec; local
[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)

Completed in 156 milliseconds