Searched refs:r_lsn (Results 1 – 3 of 3) sorted by relevance
38 xfs_lsn_t r_lsn; /* xact lsn */ member
4037 trans->r_lsn); in xlog_recover_commit_pass2()4040 trans->r_lsn); in xlog_recover_commit_pass2()4042 return xlog_recover_efi_pass2(log, item, trans->r_lsn); in xlog_recover_commit_pass2()4046 return xlog_recover_rui_pass2(log, item, trans->r_lsn); in xlog_recover_commit_pass2()4050 return xlog_recover_cui_pass2(log, item, trans->r_lsn); in xlog_recover_commit_pass2()4054 return xlog_recover_bui_pass2(log, item, trans->r_lsn); in xlog_recover_commit_pass2()4059 trans->r_lsn); in xlog_recover_commit_pass2()4430 trans->r_lsn = be64_to_cpu(rhead->h_lsn); in xlog_recover_ophdr_to_trans()4505 if (log->l_recovery_lsn != trans->r_lsn && in xlog_recover_process_ophdr()4510 log->l_recovery_lsn = trans->r_lsn; in xlog_recover_process_ophdr()
2008 __entry->lsn = trans->r_lsn;