Symbol: xlog_is_shutdown
fs/xfs/xfs_buf.c
1097
if (xlog_is_shutdown(mp->m_log))
fs/xfs/xfs_buf.c
1445
if (bp->b_mount->m_log && xlog_is_shutdown(bp->b_mount->m_log)) {
fs/xfs/xfs_buf.c
1597
ASSERT(xlog_is_shutdown(btp->bt_mount->m_log));
fs/xfs/xfs_buf.c
737
if (!xlog_is_shutdown(target->bt_mount->m_log))
fs/xfs/xfs_buf_item.c
735
if (aborted || xlog_is_shutdown(lip->li_log)) {
fs/xfs/xfs_icache.c
979
if (xlog_is_shutdown(ip->i_mount->m_log)) {
fs/xfs/xfs_inode.c
1650
ASSERT(iip->ili_last_fields || xlog_is_shutdown(mp->m_log));
fs/xfs/xfs_inode.c
2606
if (xlog_is_shutdown(mp->m_log)) {
fs/xfs/xfs_inode_item.c
986
ASSERT(xlog_is_shutdown(lip->li_log));
fs/xfs/xfs_log.c
1052
if (xlog_is_shutdown(log))
fs/xfs/xfs_log.c
1141
if (!xlog_is_shutdown(mp->m_log)) {
fs/xfs/xfs_log.c
1560
if (xlog_is_shutdown(log)) {
fs/xfs/xfs_log.c
205
if (xlog_is_shutdown(log))
fs/xfs/xfs_log.c
221
if (xlog_is_shutdown(log))
fs/xfs/xfs_log.c
2439
if (xlog_is_shutdown(log))
fs/xfs/xfs_log.c
2479
if (!xlog_is_shutdown(log)) {
fs/xfs/xfs_log.c
2523
if (xlog_is_shutdown(log)) {
fs/xfs/xfs_log.c
2805
if (xlog_is_shutdown(log))
fs/xfs/xfs_log.c
2888
if (xlog_is_shutdown(log))
fs/xfs/xfs_log.c
302
if (xlog_is_shutdown(mp->m_log))
fs/xfs/xfs_log.c
319
if (xlog_is_shutdown(log))
fs/xfs/xfs_log.c
378
if (xlog_is_shutdown(log))
fs/xfs/xfs_log.c
494
if (xlog_is_shutdown(log)) {
fs/xfs/xfs_log.c
724
ASSERT(!error || xlog_is_shutdown(log));
fs/xfs/xfs_log.c
787
if (!xlog_is_shutdown(log) &&
fs/xfs/xfs_log.c
796
if (xlog_is_shutdown(log))
fs/xfs/xfs_log.c
921
if (xlog_is_shutdown(log))
fs/xfs/xfs_log_cil.c
1126
if (xlog_is_shutdown(cil->xc_log)) {
fs/xfs/xfs_log_cil.c
1201
if (xlog_is_shutdown(log))
fs/xfs/xfs_log_cil.c
1603
ASSERT(xlog_is_shutdown(log));
fs/xfs/xfs_log_cil.c
1843
if (regrant && !xlog_is_shutdown(log))
fs/xfs/xfs_log_cil.c
1942
if (xlog_is_shutdown(log))
fs/xfs/xfs_log_cil.c
912
ASSERT(xlog_is_shutdown(ailp->ail_log));
fs/xfs/xfs_log_cil.c
979
bool abort = xlog_is_shutdown(ctx->cil->xc_log);
fs/xfs/xfs_log_priv.h
503
wait_var_event(&log->l_opstate, xlog_is_shutdown(log));
fs/xfs/xfs_log_priv.h
625
ASSERT((hi_cycle == lo_cycle + 1) || xlog_is_shutdown(log));
fs/xfs/xfs_log_recover.c
142
if (error && !xlog_is_shutdown(log)) {
fs/xfs/xfs_log_recover.c
3371
if (xlog_is_shutdown(log))
fs/xfs/xfs_log_recover.c
3392
if (!xlog_is_shutdown(log)) {
fs/xfs/xfs_qm.c
179
ASSERT(xlog_is_shutdown(dqp->q_logitem.qli_item.li_log) ||
fs/xfs/xfs_trans.c
861
if (xlog_is_shutdown(log)) {
fs/xfs/xfs_trans.c
895
if (regrant && !xlog_is_shutdown(log))
fs/xfs/xfs_trans.c
979
if (!dirty && !xlog_is_shutdown(log)) {
fs/xfs/xfs_trans_ail.c
701
xlog_is_shutdown(ailp->ail_log));
fs/xfs/xfs_trans_ail.c
761
if (xlog_is_shutdown(log))
fs/xfs/xfs_trans_ail.c
928
if (shutdown_type && !xlog_is_shutdown(log)) {