Searched refs:r_lsn (Results 1 – 3 of 3) sorted by relevance
38 xfs_lsn_t r_lsn; /* xact lsn */ member
4114 trans->r_lsn); in xlog_recover_commit_pass2()4117 trans->r_lsn); in xlog_recover_commit_pass2()4119 return xlog_recover_efi_pass2(log, item, trans->r_lsn); in xlog_recover_commit_pass2()4123 return xlog_recover_rui_pass2(log, item, trans->r_lsn); in xlog_recover_commit_pass2()4127 return xlog_recover_cui_pass2(log, item, trans->r_lsn); in xlog_recover_commit_pass2()4131 return xlog_recover_bui_pass2(log, item, trans->r_lsn); in xlog_recover_commit_pass2()4136 trans->r_lsn); in xlog_recover_commit_pass2()4507 trans->r_lsn = be64_to_cpu(rhead->h_lsn); in xlog_recover_ophdr_to_trans()4582 if (log->l_recovery_lsn != trans->r_lsn && in xlog_recover_process_ophdr()4587 log->l_recovery_lsn = trans->r_lsn; in xlog_recover_process_ophdr()
1990 __entry->lsn = trans->r_lsn;