Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log_cil.c633 struct xfs_cil_ctx *new_ctx; in xlog_cil_push() local
647 new_ctx = kmem_zalloc(sizeof(*new_ctx), KM_SLEEP|KM_NOFS); in xlog_cil_push()
648 new_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_push()
731 INIT_LIST_HEAD(&new_ctx->committing); in xlog_cil_push()
732 INIT_LIST_HEAD(&new_ctx->busy_extents); in xlog_cil_push()
733 new_ctx->sequence = ctx->sequence + 1; in xlog_cil_push()
734 new_ctx->cil = cil; in xlog_cil_push()
735 cil->xc_ctx = new_ctx; in xlog_cil_push()
763 cil->xc_current_sequence = new_ctx->sequence; in xlog_cil_push()
800 list_for_each_entry(new_ctx, &cil->xc_committing, committing) { in xlog_cil_push()
[all …]
/linux-4.19.296/include/linux/
Dlsm_hooks.h1735 struct xfrm_sec_ctx **new_ctx);
/linux-4.19.296/include/net/
Dmac80211.h266 struct ieee80211_chanctx_conf *new_ctx; member