Lines Matching refs:rlsn
2814 const u64 *rlsn)
2818 if (!rlsn)
2826 if (*rlsn > lsn)
3033 * @rlsn: If it is NULL then undo.
3037 u32 dlen, u32 rec_len, const u64 *rlsn)
3114 if (!check_lsn(&rec->rhdr, rlsn))
3519 if (!check_lsn(&ib->rhdr, rlsn))
3550 if (!check_lsn(&ib->rhdr, rlsn))
3578 if (!check_lsn(&ib->rhdr, rlsn))
3602 if (!check_lsn(&ib->rhdr, rlsn))
3623 if (!check_lsn(&ib->rhdr, rlsn))
3671 if (!check_lsn(&ib->rhdr, rlsn))
3688 if (rlsn) {
3689 __le64 t64 = cpu_to_le64(*rlsn);
3740 u64 rec_lsn, checkpt_lsn = 0, rlsn = 0;
4424 * the checkpoint is the first candidate for the rlsn.
4426 if (!rlsn)
4427 rlsn = rec_lsn;
4690 if (t64 && t64 < rlsn)
4691 rlsn = t64;
4697 if (t64 && t64 < rlsn)
4698 rlsn = t64;
4874 rec_lsn = rlsn;
4880 err = read_log_rec_lcb(log, rlsn, lcb_ctx_next, &lcb);