Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_log_cil.c717 ctx->commit_iclog = iclog; in xlog_cil_set_ctx_write_state()
1065 plsn = be64_to_cpu(ctx->commit_iclog->ic_prev->ic_header.h_lsn); in xlog_cil_push_work()
1072 xlog_wait_on_iclog(ctx->commit_iclog->ic_prev); in xlog_cil_push_work()
1080 ctx->commit_iclog->ic_flags |= XLOG_ICL_NEED_FLUSH; in xlog_cil_push_work()
1093 ctx->commit_iclog->ic_flags |= XLOG_ICL_NEED_FUA; in xlog_cil_push_work()
1095 ctx->commit_iclog->ic_state == XLOG_STATE_ACTIVE) in xlog_cil_push_work()
1096 xlog_state_switch_iclogs(log, ctx->commit_iclog, 0); in xlog_cil_push_work()
1097 xlog_state_release_iclog(log, ctx->commit_iclog, preflush_tail_lsn); in xlog_cil_push_work()
1113 if (!ctx->commit_iclog) { in xlog_cil_push_work()
1118 xlog_state_release_iclog(log, ctx->commit_iclog, 0); in xlog_cil_push_work()
Dxfs_log_priv.h243 struct xlog_in_core *commit_iclog; member