Home
last modified time | relevance | path

Searched refs:SHUTDOWN_LOG_IO_ERROR (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_mount.h470 #define SHUTDOWN_LOG_IO_ERROR (1u << 1) /* write attempt to the log failed */ macro
478 { SHUTDOWN_LOG_IO_ERROR, "log_io" }, \
H A Dxfs_fsops.c501 SHUTDOWN_FORCE_UMOUNT | SHUTDOWN_LOG_IO_ERROR); in xfs_fs_goingdown()
H A Dxfs_log_recover.c2503 xlog_force_shutdown(mp->m_log, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops()
3235 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_do_recovery_pass()
3484 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_recover_finish()
3530 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_recover_finish()
H A Dxfs_log.c1395 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_ioend_work()
1960 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_write_iclog()
2495 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_write()
3728 bool log_error = (shutdown_flags & SHUTDOWN_LOG_IO_ERROR); in xlog_force_shutdown()
H A Dxfs_log_cil.c690 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_insert_items()
958 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_write_commit_record()
H A Dxfs_buf_item.c565 xfs_trans_ail_delete(lip, SHUTDOWN_LOG_IO_ERROR); in xfs_buf_item_unpin()