Searched refs:XLOG_FORCED_SHUTDOWN (Results 1 – 2 of 2) sorted by relevance
208 if (XLOG_FORCED_SHUTDOWN(log) || in xfs_log_done()312 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_reserve()500 ASSERT(error || !(XLOG_FORCED_SHUTDOWN(log))); in xfs_log_unmount_write()512 if (! (XLOG_FORCED_SHUTDOWN(log))) { in xfs_log_unmount_write()559 if (!XLOG_FORCED_SHUTDOWN(log)) { in xfs_log_unmount_write()664 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_write()681 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_move_tail()1241 if (!XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_push_ail()2392 if (XLOG_FORCED_SHUTDOWN(log)) { in xlog_state_get_iclog_space()2532 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_log_space()[all …]
543 #define XLOG_FORCED_SHUTDOWN(log) ((log)->l_flags & XLOG_IO_ERROR) macro