Searched refs:start_lsn (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log_cil.c737 ctx->start_lsn, abort);
774 * If the context doesn't have a start_lsn recorded, then this iclog will
787 if (!ctx->start_lsn) {
796 ctx->start_lsn = lsn;
884 if (!ctx->start_lsn) {
1301 if (ctx->start_lsn != ctx->commit_lsn) {
H A Dxfs_log_priv.h223 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */ member in struct:xfs_cil_ctx

Completed in 150 milliseconds