Lines Matching refs:lsn
51 #define SHOWLISTS 10 /* max lcn or lsn shown in a list */
141 u64 offset_mask; /* block number in an lsn */
504 static const char *commitment(u64 lsn)
509 /* Computations assume lsn could wraparound, they probably never do */
510 diff = lsn - synced_lsn;
514 diff = lsn - committed_lsn;
518 /* may find lsn from older session */
519 diff = lsn - latest_lsn;
1134 * its lsn will indicate whether it is stale.
1184 pa->lsn = sle64_to_cpu(panew->lsn);
1191 pa->lsn = sle64_to_cpu(old_aligned.lsn);
1759 printf(" lsn 0x%016llx\n",
1760 (long long)pa->lsn);
3565 printf(" its lsn matches the global"
3566 " restart lsn\n");
3568 printf(" its lsn matches the client"
3569 " restart lsn\n");
3834 printf("final lsn %llx in blk %d\n",(long long)final_lsn,blk);
3994 "committed lsn\n");