Searched refs:XLOG_FORCED_SHUTDOWN (Results 1 – 3 of 3) sorted by relevance
264 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_head_wait()278 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_head_wait()379 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_regrant()448 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_reserve()521 if (XLOG_FORCED_SHUTDOWN(log) || in xfs_log_done()813 ASSERT(error || !(XLOG_FORCED_SHUTDOWN(log))); in xfs_log_unmount_write()825 if (! (XLOG_FORCED_SHUTDOWN(log))) { in xfs_log_unmount_write()873 if (!XLOG_FORCED_SHUTDOWN(log)) { in xfs_log_unmount_write()1003 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_space_wake()1606 if (!XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_push_ail()[all …]
610 if (XLOG_FORCED_SHUTDOWN(log)) { in xlog_cil_push()863 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_cil_force_lsn()
420 #define XLOG_FORCED_SHUTDOWN(log) ((log)->l_flags & XLOG_IO_ERROR) macro