Searched refs:XLOG_FORCED_SHUTDOWN (Results 1 – 4 of 4) sorted by relevance
579 bool abort = XLOG_FORCED_SHUTDOWN(ctx->cil->xc_log); in xlog_cil_committed()830 if (XLOG_FORCED_SHUTDOWN(log)) { in xlog_cil_push_work()891 ASSERT(XLOG_FORCED_SHUTDOWN(log)); in xlog_cil_push_work()1044 if (regrant && !XLOG_FORCED_SHUTDOWN(log)) in xlog_cil_commit()1117 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_cil_force_seq()
247 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_head_wait()261 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_head_wait()381 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_regrant()449 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_reserve()797 if (!XLOG_FORCED_SHUTDOWN(log) && in xlog_wait_on_iclog()806 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_wait_on_iclog()916 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_unmount_write()1016 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_space_wake()1482 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_commit_record()1564 if (threshold_lsn == NULLCOMMITLSN || XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_push_ail()[all …]
444 #define XLOG_FORCED_SHUTDOWN(log) \ macro
904 if (regrant && !XLOG_FORCED_SHUTDOWN(mp->m_log)) in __xfs_trans_commit()