Lines Matching defs:new_ctx
649 struct xfs_cil_ctx *new_ctx;
660 new_ctx = kmem_zalloc(sizeof(*new_ctx), KM_NOFS);
661 new_ctx->ticket = xlog_cil_ticket_alloc(log);
755 INIT_LIST_HEAD(&new_ctx->committing);
756 INIT_LIST_HEAD(&new_ctx->busy_extents);
757 new_ctx->sequence = ctx->sequence + 1;
758 new_ctx->cil = cil;
759 cil->xc_ctx = new_ctx;
787 cil->xc_current_sequence = new_ctx->sequence;
824 list_for_each_entry(new_ctx, &cil->xc_committing, committing) {
839 if (new_ctx->sequence >= ctx->sequence)
841 if (!new_ctx->commit_lsn) {
884 xfs_log_ticket_put(new_ctx->ticket);
885 kmem_free(new_ctx);