Searched refs:SHUTDOWN_LOG_IO_ERROR (Results 1 – 6 of 6) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_mount.h | 602 #define SHUTDOWN_LOG_IO_ERROR (1u << 1) /* write attempt to the log failed */ macro 610 { SHUTDOWN_LOG_IO_ERROR, "log_io" }, \
|
H A D | xfs_fsops.c | 467 SHUTDOWN_FORCE_UMOUNT | SHUTDOWN_LOG_IO_ERROR); in xfs_fs_goingdown()
|
H A D | xfs_log_recover.c | 2538 xlog_force_shutdown(mp->m_log, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops() 3268 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_do_recovery_pass() 3523 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_recover_finish() 3554 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_recover_finish()
|
H A D | xfs_log.c | 1244 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_ioend_work() 1720 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_write_iclog() 2255 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_write() 3451 bool log_error = (shutdown_flags & SHUTDOWN_LOG_IO_ERROR); in xlog_force_shutdown()
|
H A D | xfs_log_cil.c | 687 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_insert_items() 1127 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_write_commit_record()
|
H A D | xfs_buf_item.c | 565 xfs_trans_ail_delete(lip, SHUTDOWN_LOG_IO_ERROR); in xfs_buf_item_unpin()
|