Searched refs:xlog_force_shutdown (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_log.h | 160 bool xlog_force_shutdown(struct xlog *log, uint32_t shutdown_flags);
|
H A D | xfs_fsops.c | 542 if (xlog_force_shutdown(mp->m_log, flags)) { in xfs_do_force_shutdown()
|
H A D | xfs_log_recover.c | 2503 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 D | xfs_log.c | 1395 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() 3724 xlog_force_shutdown( in xlog_force_shutdown() function
|
H A D | xfs_log_cil.c | 690 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 D | xfs_trans_ail.c | 887 xlog_force_shutdown(log, shutdown_type); in xfs_trans_ail_delete()
|