Searched refs:rec_lsn (Results 1 – 1 of 1) sorted by relevance
3742 u64 rec_lsn, checkpt_lsn = 0, rlsn = 0; in log_replay() local4398 rec_lsn = checkpt_lsn; in log_replay()4411 if (!rec_lsn) in log_replay()4429 rlsn = rec_lsn; in log_replay()4457 tr->first_lsn = cpu_to_le64(rec_lsn); in log_replay()4529 dp->oldest_lsn = cpu_to_le64(rec_lsn); in log_replay()4647 tr->prev_lsn = cpu_to_le64(rec_lsn); in log_replay()4876 rec_lsn = rlsn; in log_replay()4919 if (rec_lsn < le64_to_cpu(dp->oldest_lsn)) in log_replay()5008 if (!err && rec_lsn) in log_replay()[all …]