Lines Matching refs:xc_ctx
193 cil->xc_ctx = ctx; in xlog_cil_ctx_switch()
210 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()
211 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
414 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
553 struct xfs_cil_ctx *ctx = cil->xc_ctx; in xlog_cil_insert_items()
1554 int space_used = atomic_read(&cil->xc_ctx->space_used); in xlog_cil_push_background()
1582 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_background()
1604 trace_xfs_log_cil_wait(log, cil->xc_ctx->ticket); in xlog_cil_push_background()
1671 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_now()
1787 lip->li_ops->iop_committing(lip, cil->xc_ctx->sequence); in xlog_cil_commit()
1790 *commit_seq = cil->xc_ctx->sequence; in xlog_cil_commit()
1980 if (cil->xc_ctx) { in xlog_cil_destroy()
1981 if (cil->xc_ctx->ticket) in xlog_cil_destroy()
1982 xfs_log_ticket_put(cil->xc_ctx->ticket); in xlog_cil_destroy()
1983 kfree(cil->xc_ctx); in xlog_cil_destroy()