Searched refs:xc_log (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log_cil.c53 struct xlog *log = cil->xc_log;
719 struct xfs_mount *mp = ctx->cil->xc_log->l_mp;
720 bool abort = xlog_is_shutdown(ctx->cil->xc_log);
736 xfs_trans_committed_bulk(ctx->cil->xc_log->l_ailp, &ctx->lv_chain,
805 spin_lock(&cil->xc_log->l_icloglock);
807 spin_unlock(&cil->xc_log->l_icloglock);
826 spin_lock(&cil->xc_log->l_icloglock);
828 spin_unlock(&cil->xc_log->l_icloglock);
869 if (xlog_is_shutdown(cil->xc_log)) {
912 struct xlog *log = ctx->cil->xc_log;
[all...]
H A Dxfs_log_priv.h270 struct xlog *xc_log; member in struct:xfs_cil

Completed in 265 milliseconds