Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_cil.c80 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()
81 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
282 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
408 struct xfs_cil_ctx *ctx = cil->xc_ctx; in xlog_cil_insert_items()
666 ctx = cil->xc_ctx; in xlog_cil_push()
685 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push()
750 cil->xc_ctx = new_ctx; in xlog_cil_push()
913 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) in xlog_cil_push_background()
1011 xc_commit_lsn = cil->xc_ctx->sequence; in xfs_log_commit_cil()
1150 ctx = lip->li_mountp->m_log->l_cilp->xc_ctx; in xfs_log_item_in_current_chkpt()
[all …]
Dxfs_log_priv.h285 struct xfs_cil_ctx *xc_ctx; member