Searched refs:xlog_force_shutdown (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_log.h | 159 bool xlog_force_shutdown(struct xlog *log, uint32_t shutdown_flags);
|
D | xfs_fsops.c | 496 if (xlog_force_shutdown(mp->m_log, flags)) { in xfs_do_force_shutdown()
|
D | xfs_log_recover.c | 2532 xlog_force_shutdown(mp->m_log, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops() 3264 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_do_recovery_pass() 3519 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_recover_finish() 3550 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_recover_finish()
|
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() 3449 xlog_force_shutdown( in xlog_force_shutdown() function
|
D | xfs_log_cil.c | 690 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_insert_items() 1131 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_write_commit_record()
|
D | xfs_trans_ail.c | 912 xlog_force_shutdown(log, shutdown_type); in xfs_trans_ail_delete()
|