Searched refs:SHUTDOWN_LOG_IO_ERROR (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/fs/xfs/ |
| D | xfs_mount.h | 434 #define SHUTDOWN_LOG_IO_ERROR 0x0002 /* write attempt to the log failed */ macro 440 { SHUTDOWN_LOG_IO_ERROR, "log_io" }, \
|
| D | xfs_log_cil.c | 519 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_insert_items() 833 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_write_commit_record()
|
| D | xfs_fsops.c | 501 SHUTDOWN_FORCE_UMOUNT | SHUTDOWN_LOG_IO_ERROR); in xfs_fs_goingdown()
|
| D | xfs_refcount_item.c | 57 xfs_trans_ail_delete(&cuip->cui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_cui_release()
|
| D | xfs_bmap_item.c | 58 xfs_trans_ail_delete(&buip->bui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_bui_release()
|
| D | xfs_rmap_item.c | 57 xfs_trans_ail_delete(&ruip->rui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_rui_release()
|
| D | xfs_log.c | 1377 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_ioend_work() 1916 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_write_iclog() 2491 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_write() 3845 bool log_error = (shutdown_flags & SHUTDOWN_LOG_IO_ERROR); in xlog_force_shutdown()
|
| D | xfs_extfree_item.c | 62 xfs_trans_ail_delete(&efip->efi_item, SHUTDOWN_LOG_IO_ERROR); in xfs_efi_release()
|
| D | xfs_buf_item.c | 535 xfs_trans_ail_delete(lip, SHUTDOWN_LOG_IO_ERROR); in xfs_buf_item_unpin()
|
| D | xfs_log_recover.c | 2488 xfs_force_shutdown(mp, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops() 3477 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_recover_finish()
|