Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_cil.c78 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()
79 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
126 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
283 struct xfs_cil_ctx *ctx = cil->xc_ctx; in xlog_cil_insert_items()
455 ctx = cil->xc_ctx; in xlog_cil_push()
474 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push()
539 cil->xc_ctx = new_ctx; in xlog_cil_push()
702 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) in xlog_cil_push_background()
796 tp->t_commit_lsn = cil->xc_ctx->sequence; in xfs_log_commit_cil()
935 ctx = lip->li_mountp->m_log->l_cilp->xc_ctx; in xfs_log_item_in_current_chkpt()
[all …]
Dxfs_log_priv.h284 struct xfs_cil_ctx *xc_ctx; member