Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_cil.c559 struct xfs_cil_ctx *new_ctx; in xlog_cil_push() local
573 new_ctx = kmem_zalloc(sizeof(*new_ctx), KM_SLEEP|KM_NOFS); in xlog_cil_push()
574 new_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_push()
657 INIT_LIST_HEAD(&new_ctx->committing); in xlog_cil_push()
658 INIT_LIST_HEAD(&new_ctx->busy_extents); in xlog_cil_push()
659 new_ctx->sequence = ctx->sequence + 1; in xlog_cil_push()
660 new_ctx->cil = cil; in xlog_cil_push()
661 cil->xc_ctx = new_ctx; in xlog_cil_push()
689 cil->xc_current_sequence = new_ctx->sequence; in xlog_cil_push()
726 list_for_each_entry(new_ctx, &cil->xc_committing, committing) { in xlog_cil_push()
[all …]