Searched refs:start_lsn (Results 1 – 2 of 2) sorted by relevance
777 xfs_trans_ail_cursor_last(ailp, &cur, ctx->start_lsn); in xlog_cil_ail_insert()808 ctx->start_lsn); in xlog_cil_ail_insert()810 item_lsn = ctx->start_lsn; in xlog_cil_ail_insert()827 if (item_lsn != ctx->start_lsn) { in xlog_cil_ail_insert()850 LOG_ITEM_BATCH_SIZE, ctx->start_lsn); in xlog_cil_ail_insert()858 ctx->start_lsn); in xlog_cil_ail_insert()953 if (!ctx->start_lsn) { in xlog_cil_set_ctx_write_state()962 ctx->start_lsn = lsn; in xlog_cil_set_ctx_write_state()1050 if (!ctx->start_lsn) { in xlog_cil_order_write()1467 if (ctx->start_lsn != ctx->commit_lsn) { in xlog_cil_push_work()
223 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */ member