r_lsn              38 fs/xfs/libxfs/xfs_log_recover.h 	xfs_lsn_t		r_lsn;		/* xact lsn */
r_lsn            4037 fs/xfs/xfs_log_recover.c 						 trans->r_lsn);
r_lsn            4040 fs/xfs/xfs_log_recover.c 						 trans->r_lsn);
r_lsn            4042 fs/xfs/xfs_log_recover.c 		return xlog_recover_efi_pass2(log, item, trans->r_lsn);
r_lsn            4046 fs/xfs/xfs_log_recover.c 		return xlog_recover_rui_pass2(log, item, trans->r_lsn);
r_lsn            4050 fs/xfs/xfs_log_recover.c 		return xlog_recover_cui_pass2(log, item, trans->r_lsn);
r_lsn            4054 fs/xfs/xfs_log_recover.c 		return xlog_recover_bui_pass2(log, item, trans->r_lsn);
r_lsn            4059 fs/xfs/xfs_log_recover.c 						trans->r_lsn);
r_lsn            4430 fs/xfs/xfs_log_recover.c 	trans->r_lsn = be64_to_cpu(rhead->h_lsn);
r_lsn            4505 fs/xfs/xfs_log_recover.c 	if (log->l_recovery_lsn != trans->r_lsn &&
r_lsn            4510 fs/xfs/xfs_log_recover.c 		log->l_recovery_lsn = trans->r_lsn;
r_lsn            2008 fs/xfs/xfs_trace.h 		__entry->lsn = trans->r_lsn;