Searched refs:checkpt_lsn (Results 1 – 1 of 1) sorted by relevance
3744 u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; in log_replay() local4131 checkpt_lsn = le64_to_cpu(rst->check_point_start); in log_replay()4132 if (!checkpt_lsn) in log_replay()4133 checkpt_lsn = ra_lsn; in log_replay()4364 if (!checkpt_lsn) { in log_replay()4380 rec_lsn = checkpt_lsn; in log_replay()4383 err = read_log_rec_lcb(log, checkpt_lsn, lcb_ctx_next, &lcb); in log_replay()