Searched refs:commit_iclog (Results 1 – 2 of 2) sorted by relevance
1094 ctx->commit_iclog = iclog; in xlog_cil_set_ctx_write_state() 1530 * commit_iclog. The ctx may be freed by the time we return from in xlog_cil_push_work() 1531 * releasing the commit_iclog (i.e. checkpoint has been completed and in xlog_cil_push_work() 1539 * to complete before we submit the commit_iclog. We can't use state in xlog_cil_push_work() 1545 * wakeup until this commit_iclog is written to disk. Hence we use the in xlog_cil_push_work() 1552 ctx->commit_iclog->ic_prev->ic_header->h_lsn); in xlog_cil_push_work() 1560 xlog_wait_on_iclog(log, ctx->commit_iclog->ic_prev); in xlog_cil_push_work() 1568 ctx->commit_iclog->ic_flags |= XLOG_ICL_NEED_FLUSH; in xlog_cil_push_work() 1577 * commit_iclog is not yet marked as XLOG_STATE_WANT_SYNC to indicate it in xlog_cil_push_work() 1581 ctx->commit_iclog in xlog_cil_push_work() [all...]
240 struct xlog_in_core *commit_iclog; member