Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_cil.c866 xfs_trans_ail_cursor_last(ailp, &cur, ctx->start_lsn); in xlog_cil_ail_insert()
899 ctx->start_lsn); in xlog_cil_ail_insert()
901 item_lsn = ctx->start_lsn; in xlog_cil_ail_insert()
918 if (item_lsn != ctx->start_lsn) { in xlog_cil_ail_insert()
941 LOG_ITEM_BATCH_SIZE, ctx->start_lsn); in xlog_cil_ail_insert()
949 ctx->start_lsn); in xlog_cil_ail_insert()
1044 if (!ctx->start_lsn) { in xlog_cil_set_ctx_write_state()
1053 ctx->start_lsn = lsn; in xlog_cil_set_ctx_write_state()
1142 if (!ctx->start_lsn) { in xlog_cil_order_write()
1550 if (ctx->start_lsn != ctx->commit_lsn) { in xlog_cil_push_work()
H A Dxfs_log_priv.h238 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */ member