Lines Matching refs:rlsn
2812 const u64 *rlsn) in check_lsn() argument
2816 if (!rlsn) in check_lsn()
2824 if (*rlsn > lsn) in check_lsn()
3035 u32 dlen, u32 rec_len, const u64 *rlsn) in do_action() argument
3113 if (!check_lsn(&rec->rhdr, rlsn)) in do_action()
3519 if (!check_lsn(&ib->rhdr, rlsn)) in do_action()
3550 if (!check_lsn(&ib->rhdr, rlsn)) in do_action()
3578 if (!check_lsn(&ib->rhdr, rlsn)) in do_action()
3602 if (!check_lsn(&ib->rhdr, rlsn)) in do_action()
3623 if (!check_lsn(&ib->rhdr, rlsn)) in do_action()
3673 if (!check_lsn(&ib->rhdr, rlsn)) in do_action()
3690 if (rlsn) { in do_action()
3691 __le64 t64 = cpu_to_le64(*rlsn); in do_action()
3742 u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; in log_replay() local
4414 if (!rlsn) in log_replay()
4415 rlsn = rec_lsn; in log_replay()
4679 if (t64 && t64 < rlsn) in log_replay()
4680 rlsn = t64; in log_replay()
4686 if (t64 && t64 < rlsn) in log_replay()
4687 rlsn = t64; in log_replay()
4858 rec_lsn = rlsn; in log_replay()
4864 err = read_log_rec_lcb(log, rlsn, lcb_ctx_next, &lcb); in log_replay()