Lines Matching refs:rlsn
2814 const u64 *rlsn) in check_lsn() argument
2818 if (!rlsn) in check_lsn()
2826 if (*rlsn > lsn) in check_lsn()
3037 u32 dlen, u32 rec_len, const u64 *rlsn) in do_action() argument
3115 if (!check_lsn(&rec->rhdr, rlsn)) in do_action()
3521 if (!check_lsn(&ib->rhdr, rlsn)) in do_action()
3552 if (!check_lsn(&ib->rhdr, rlsn)) in do_action()
3580 if (!check_lsn(&ib->rhdr, rlsn)) in do_action()
3604 if (!check_lsn(&ib->rhdr, rlsn)) in do_action()
3625 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, checkpt_lsn = 0, rlsn = 0; in log_replay() local
4428 if (!rlsn) in log_replay()
4429 rlsn = rec_lsn; in log_replay()
4692 if (t64 && t64 < rlsn) in log_replay()
4693 rlsn = t64; in log_replay()
4699 if (t64 && t64 < rlsn) in log_replay()
4700 rlsn = t64; in log_replay()
4876 rec_lsn = rlsn; in log_replay()
4882 err = read_log_rec_lcb(log, rlsn, lcb_ctx_next, &lcb); in log_replay()