Searched refs:xc_ctx (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log_cil.c196 cil->xc_ctx = ctx;
213 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log);
214 log->l_cilp->xc_ctx->sequence = 1;
417 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence;
556 struct xfs_cil_ctx *ctx = cil->xc_ctx;
1384 int space_used = atomic_read(&cil->xc_ctx->space_used);
1412 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work);
1434 trace_xfs_log_cil_wait(log, cil->xc_ctx->ticket);
1501 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work);
1617 lip->li_ops->iop_committing(lip, cil->xc_ctx
[all...]
H A Dxfs_log_priv.h276 struct xfs_cil_ctx *xc_ctx; member in struct:xfs_cil

Completed in 132 milliseconds