Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_cil.c53 struct xlog *log = cil->xc_log; in xlog_cil_set_iclog_hdr_count()
846 struct xfs_ail *ailp = ctx->cil->xc_log->l_ailp; in xlog_cil_ail_insert()
978 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed()
979 bool abort = xlog_is_shutdown(ctx->cil->xc_log); in xlog_cil_committed()
1062 spin_lock(&cil->xc_log->l_icloglock); in xlog_cil_set_ctx_write_state()
1064 spin_unlock(&cil->xc_log->l_icloglock); in xlog_cil_set_ctx_write_state()
1083 spin_lock(&cil->xc_log->l_icloglock); in xlog_cil_set_ctx_write_state()
1085 spin_unlock(&cil->xc_log->l_icloglock); in xlog_cil_set_ctx_write_state()
1126 if (xlog_is_shutdown(cil->xc_log)) { in xlog_cil_order_write()
1169 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_chain()
[all …]
H A Dxfs_log_priv.h285 struct xlog *xc_log; member