Searched refs:xc_ctx (Results 1 – 2 of 2) sorted by relevance
64 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()65 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()266 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()391 struct xfs_cil_ctx *ctx = cil->xc_ctx; in xlog_cil_insert_items()664 ctx = cil->xc_ctx; in xlog_cil_push_work()694 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push_work()759 cil->xc_ctx = new_ctx; in xlog_cil_push_work()918 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) { in xlog_cil_push_background()947 if (cil->xc_ctx->space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log) || in xlog_cil_push_background()949 trace_xfs_log_cil_wait(log, cil->xc_ctx->ticket); in xlog_cil_push_background()[all …]
268 struct xfs_cil_ctx *xc_ctx; member