Lines Matching defs:last_lsn
1127 rph->copy.last_lsn)
2400 diff = sle64_to_cpu(rph->copy.last_lsn) - synced_lsn;
2401 printf("last_lsn %016llx"
2403 (long long)sle64_to_cpu(rph->copy.last_lsn),
2429 state = commitment(sle64_to_cpu(rph->copy.last_lsn));
2430 diff = sle64_to_cpu(rph->copy.last_lsn) - synced_lsn;
2432 (long long)sle64_to_cpu(rph->copy.last_lsn),
3736 curlsn = curbuf->block.record.copy.last_lsn;
3764 s64 last_lsn;
3775 buf->block.record.copy.last_lsn);
3785 buf->block.record.copy.last_lsn);
3790 /* the latest last_lsn defines the target block */
3805 last_lsn = 0;
3812 last_lsn = le64_to_cpu(
3813 buf->block.record.copy.last_lsn);
3815 || ((s64)(last_lsn - final_lsn) > 0))
3816 final_lsn = last_lsn;
3821 && (!last_lsn || ((s64)(last_lsn - last_lsn12) < 0)))