Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_log_cil.c68 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()
69 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
269 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
394 struct xfs_cil_ctx *ctx = cil->xc_ctx; in xlog_cil_insert_items()
651 ctx = cil->xc_ctx; in xlog_cil_push()
670 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push()
735 cil->xc_ctx = new_ctx; in xlog_cil_push()
898 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) in xlog_cil_push_background()
996 xc_commit_lsn = cil->xc_ctx->sequence; in xfs_log_commit_cil()
1136 ctx = lip->li_mountp->m_log->l_cilp->xc_ctx; in xfs_log_item_in_current_chkpt()
[all …]
Dxfs_log_priv.h273 struct xfs_cil_ctx *xc_ctx; member