Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_log_cil.c65 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()
66 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
267 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
392 struct xfs_cil_ctx *ctx = cil->xc_ctx; in xlog_cil_insert_items()
667 ctx = cil->xc_ctx; in xlog_cil_push()
686 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push()
751 cil->xc_ctx = new_ctx; in xlog_cil_push()
917 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) in xlog_cil_push_background()
1016 xc_commit_lsn = cil->xc_ctx->sequence; in xfs_log_commit_cil()
1160 ctx = lip->li_mountp->m_log->l_cilp->xc_ctx; in xfs_log_item_in_current_chkpt()
[all …]
Dxfs_log_priv.h275 struct xfs_cil_ctx *xc_ctx; member