Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_log_cil.c190 cil->xc_ctx = ctx; in xlog_cil_ctx_switch()
208 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
409 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
541 struct xfs_cil_ctx *ctx = cil->xc_ctx; in xlog_cil_insert_items()
1593 trace_xfs_log_cil_wait(log, cil->xc_ctx->ticket); in xlog_cil_push_background()
1660 queue_work(cil->xc_push_wq, &cil->xc_ctx->push_work); in xlog_cil_push_now()
1779 *commit_seq = cil->xc_ctx->sequence; in xlog_cil_commit()
1969 if (cil->xc_ctx) { in xlog_cil_destroy()
1970 if (cil->xc_ctx->ticket) in xlog_cil_destroy()
1971 xfs_log_ticket_put(cil->xc_ctx->ticket); in xlog_cil_destroy()
[all …]
A Dxfs_log_priv.h276 struct xfs_cil_ctx *xc_ctx; member

Completed in 9 milliseconds