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

/linux-master/fs/xfs/
H A Dxfs_log_cil.c836 ctx->commit_iclog = iclog;
1281 * commit_iclog. The ctx may be freed by the time we return from
1282 * releasing the commit_iclog (i.e. checkpoint has been completed and
1290 * to complete before we submit the commit_iclog. We can't use state
1296 * wakeup until this commit_iclog is written to disk. Hence we use the
1304 plsn = be64_to_cpu(ctx->commit_iclog->ic_prev->ic_header.h_lsn);
1311 xlog_wait_on_iclog(ctx->commit_iclog->ic_prev);
1319 ctx->commit_iclog->ic_flags |= XLOG_ICL_NEED_FLUSH;
1328 * commit_iclog is not yet marked as XLOG_STATE_WANT_SYNC to indicate it
1332 ctx->commit_iclog
[all...]
H A Dxfs_log_priv.h225 struct xlog_in_core *commit_iclog; member in struct:xfs_cil_ctx

Completed in 175 milliseconds