xc_ctx             65 fs/xfs/xfs_log_cil.c 	log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log);
xc_ctx             66 fs/xfs/xfs_log_cil.c 	log->l_cilp->xc_ctx->sequence = 1;
xc_ctx            267 fs/xfs/xfs_log_cil.c 		lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence;
xc_ctx            392 fs/xfs/xfs_log_cil.c 	struct xfs_cil_ctx	*ctx = cil->xc_ctx;
xc_ctx            667 fs/xfs/xfs_log_cil.c 	ctx = cil->xc_ctx;
xc_ctx            686 fs/xfs/xfs_log_cil.c 	if (push_seq < cil->xc_ctx->sequence) {
xc_ctx            751 fs/xfs/xfs_log_cil.c 	cil->xc_ctx = new_ctx;
xc_ctx            917 fs/xfs/xfs_log_cil.c 	if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log))
xc_ctx           1016 fs/xfs/xfs_log_cil.c 	xc_commit_lsn = cil->xc_ctx->sequence;
xc_ctx           1160 fs/xfs/xfs_log_cil.c 	ctx = lip->li_mountp->m_log->l_cilp->xc_ctx;
xc_ctx           1204 fs/xfs/xfs_log_cil.c 	cil->xc_ctx = ctx;
xc_ctx           1216 fs/xfs/xfs_log_cil.c 	if (log->l_cilp->xc_ctx) {
xc_ctx           1217 fs/xfs/xfs_log_cil.c 		if (log->l_cilp->xc_ctx->ticket)
xc_ctx           1218 fs/xfs/xfs_log_cil.c 			xfs_log_ticket_put(log->l_cilp->xc_ctx->ticket);
xc_ctx           1219 fs/xfs/xfs_log_cil.c 		kmem_free(log->l_cilp->xc_ctx);
xc_ctx            275 fs/xfs/xfs_log_priv.h 	struct xfs_cil_ctx	*xc_ctx;