Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_cil.c995 ctx->commit_iclog = iclog; in xlog_cil_set_ctx_write_state()
1440 * commit_iclog. The ctx may be freed by the time we return from in xlog_cil_push_work()
1441 * releasing the commit_iclog (i.e. checkpoint has been completed and in xlog_cil_push_work()
1449 * to complete before we submit the commit_iclog. We can't use state in xlog_cil_push_work()
1455 * wakeup until this commit_iclog is written to disk. Hence we use the in xlog_cil_push_work()
1463 plsn = be64_to_cpu(ctx->commit_iclog->ic_prev->ic_header.h_lsn); in xlog_cil_push_work()
1470 xlog_wait_on_iclog(ctx->commit_iclog->ic_prev); in xlog_cil_push_work()
1478 ctx->commit_iclog->ic_flags |= XLOG_ICL_NEED_FLUSH; in xlog_cil_push_work()
1487 * commit_iclog is not yet marked as XLOG_STATE_WANT_SYNC to indicate it in xlog_cil_push_work()
1491 ctx->commit_iclog in xlog_cil_push_work()
[all...]
H A Dxfs_log_priv.h225 struct xlog_in_core *commit_iclog; member