Searched refs:xc_ctx (Results 1 – 2 of 2) sorted by relevance
75 cil->xc_ctx = ctx; in xlog_cil_ctx_switch()92 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()93 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()302 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()427 struct xfs_cil_ctx *ctx = cil->xc_ctx; in xlog_cil_insert_items()1146 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) { in xlog_cil_push_background()1154 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_background()1175 if (cil->xc_ctx->space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log) || in xlog_cil_push_background()1177 trace_xfs_log_cil_wait(log, cil->xc_ctx->ticket); in xlog_cil_push_background()1178 ASSERT(cil->xc_ctx->space_used < log->l_logsize); in xlog_cil_push_background()[all …]
278 struct xfs_cil_ctx *xc_ctx; member