Searched refs:checkpt_lsn (Results 1 – 1 of 1) sorted by relevance
3742 u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; in log_replay() local4135 checkpt_lsn = le64_to_cpu(rst->check_point_start); in log_replay()4136 if (!checkpt_lsn) in log_replay()4137 checkpt_lsn = ra_lsn; in log_replay()4368 if (!checkpt_lsn) { in log_replay()4384 rec_lsn = checkpt_lsn; in log_replay()4387 err = read_log_rec_lcb(log, checkpt_lsn, lcb_ctx_next, &lcb); in log_replay()