Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_log_cil.c75 cil->xc_ctx = ctx; in xlog_cil_ctx_switch()
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()
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()
1312 *commit_seq = cil->xc_ctx->sequence; in xlog_cil_commit()
1508 if (log->l_cilp->xc_ctx) { in xlog_cil_destroy()
1509 if (log->l_cilp->xc_ctx->ticket) in xlog_cil_destroy()
1510 xfs_log_ticket_put(log->l_cilp->xc_ctx->ticket); in xlog_cil_destroy()
[all …]
A Dxfs_log_priv.h278 struct xfs_cil_ctx *xc_ctx; member

Completed in 18 milliseconds