Searched refs:XLOG_FORCED_SHUTDOWN (Results 1 – 2 of 2) sorted by relevance
218 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_head_wait()232 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_head_wait()333 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_regrant()402 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_reserve()474 if (XLOG_FORCED_SHUTDOWN(log) || in xfs_log_done()695 ASSERT(error || !(XLOG_FORCED_SHUTDOWN(log))); in xfs_log_unmount_write()707 if (! (XLOG_FORCED_SHUTDOWN(log))) { in xfs_log_unmount_write()755 if (!XLOG_FORCED_SHUTDOWN(log)) { in xfs_log_unmount_write()847 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_space_wake()1355 if (!XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_push_ail()[all …]
546 #define XLOG_FORCED_SHUTDOWN(log) ((log)->l_flags & XLOG_IO_ERROR) macro