Lines Matching refs:commit_iclog
1094 ctx->commit_iclog = iclog;
1530 * commit_iclog. The ctx may be freed by the time we return from
1531 * releasing the commit_iclog (i.e. checkpoint has been completed and
1539 * to complete before we submit the commit_iclog. We can't use state
1545 * wakeup until this commit_iclog is written to disk. Hence we use the
1552 ctx->commit_iclog->ic_prev->ic_header->h_lsn);
1560 xlog_wait_on_iclog(log, ctx->commit_iclog->ic_prev);
1568 ctx->commit_iclog->ic_flags |= XLOG_ICL_NEED_FLUSH;
1577 * commit_iclog is not yet marked as XLOG_STATE_WANT_SYNC to indicate it
1581 ctx->commit_iclog->ic_flags |= XLOG_ICL_NEED_FUA;
1583 ctx->commit_iclog->ic_state == XLOG_STATE_ACTIVE)
1584 xlog_state_switch_iclogs(log, ctx->commit_iclog, 0);
1586 xlog_state_release_iclog(log, ctx->commit_iclog, ticket);
1606 if (!ctx->commit_iclog) {
1614 xlog_state_release_iclog(log, ctx->commit_iclog, ticket);