Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_log_cil.c541 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_discard_endio_work()
614 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed()
615 bool abort = xlog_is_shutdown(ctx->cil->xc_log); in xlog_cil_committed()
631 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, ctx->lv_chain, in xlog_cil_committed()
707 spin_lock(&cil->xc_log->l_icloglock); in xlog_cil_set_ctx_write_state()
709 spin_unlock(&cil->xc_log->l_icloglock); in xlog_cil_set_ctx_write_state()
750 if (xlog_is_shutdown(cil->xc_log)) { in xlog_cil_order_write()
793 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_chain()
812 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_commit_record()
858 struct xlog *log = cil->xc_log; in xlog_cil_push_work()
[all …]
Dxfs_log_priv.h272 struct xlog *xc_log; member