Searched refs:xlog_force_shutdown (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/ |
D | xfs_log.h | 160 bool xlog_force_shutdown(struct xlog *log, uint32_t shutdown_flags);
|
D | xfs_log.c | 1402 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_ioend_work() 1936 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_write_iclog() 1946 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_write_iclog() 2511 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_write() 3740 xlog_force_shutdown( in xlog_force_shutdown() function
|
D | xfs_fsops.c | 528 if (xlog_force_shutdown(mp->m_log, flags)) { in xfs_do_force_shutdown()
|
D | xfs_log_cil.c | 682 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_insert_items() 1016 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_write_commit_record()
|
D | xfs_trans_ail.c | 885 xlog_force_shutdown(log, shutdown_type); in xfs_trans_ail_delete()
|
D | xfs_log_recover.c | 2483 xlog_force_shutdown(mp->m_log, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops() 3458 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_recover_finish() 3504 xlog_force_shutdown(log, SHUTDOWN_LOG_IO_ERROR); in xlog_recover_finish()
|