Searched refs:rec_lsn (Results 1 – 1 of 1) sorted by relevance
3727 u64 rec_lsn, checkpt_lsn = 0, rlsn = 0; in log_replay() local4384 rec_lsn = checkpt_lsn; in log_replay()4393 err = read_next_log_rec(log, lcb, &rec_lsn); in log_replay()4397 if (!rec_lsn) in log_replay()4415 rlsn = rec_lsn; in log_replay()4443 tr->first_lsn = cpu_to_le64(rec_lsn); in log_replay()4446 tr->prev_lsn = tr->undo_next_lsn = cpu_to_le64(rec_lsn); in log_replay()4515 dp->oldest_lsn = cpu_to_le64(rec_lsn); in log_replay()4634 tr->prev_lsn = cpu_to_le64(rec_lsn); in log_replay()4863 rec_lsn = rlsn; in log_replay()[all …]