Searched refs:qrec (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
H A D | journal.c | 81 struct ocfs2_quota_recovery *qrec, 1231 struct ocfs2_quota_recovery *qrec; ocfs2_complete_recovery() local 1249 qrec = item->lri_qrec; ocfs2_complete_recovery() 1255 qrec); ocfs2_complete_recovery() 1280 if (qrec) { ocfs2_complete_recovery() 1281 ret = ocfs2_finish_quota_recovery(osb, qrec, ocfs2_complete_recovery() 1301 struct ocfs2_quota_recovery *qrec, ocfs2_queue_recovery_completion() 1314 if (qrec) ocfs2_queue_recovery_completion() 1315 ocfs2_free_quota_recovery(qrec); ocfs2_queue_recovery_completion() 1325 item->lri_qrec = qrec; ocfs2_queue_recovery_completion() 1379 struct ocfs2_quota_recovery *qrec; __ocfs2_recovery_thread() local 1456 qrec = ocfs2_begin_quota_recovery(osb, rm_quota[i]); __ocfs2_recovery_thread() 1457 if (IS_ERR(qrec)) { __ocfs2_recovery_thread() 1458 status = PTR_ERR(qrec); __ocfs2_recovery_thread() 1463 NULL, NULL, qrec, __ocfs2_recovery_thread() 1297 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) ocfs2_queue_recovery_completion() argument
|
H A D | ocfs2_trace.h | 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)
|
Completed in 97 milliseconds