Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_fsops.c440 SHUTDOWN_FORCE_UMOUNT | SHUTDOWN_LOG_IO_ERROR); in xfs_fs_goingdown()
462 bool logerror = flags & SHUTDOWN_LOG_IO_ERROR; in xfs_do_force_shutdown()
Dxfs_mount.h274 #define SHUTDOWN_LOG_IO_ERROR 0x0002 /* write attempt to the log failed */ macro
Dxfs_rmap_item.c57 xfs_trans_ail_delete(&ruip->rui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_rui_release()
Dxfs_refcount_item.c57 xfs_trans_ail_delete(&cuip->cui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_cui_release()
Dxfs_bmap_item.c59 xfs_trans_ail_delete(&buip->bui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_bui_release()
Dxfs_log.c1211 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_ioend_work()
1488 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_commit_record()
1737 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_write_iclog()
2349 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_write()
Dxfs_buf_item.c454 xfs_trans_ail_delete(lip, SHUTDOWN_LOG_IO_ERROR); in xfs_buf_item_unpin()
Dxfs_extfree_item.c62 xfs_trans_ail_delete(&efip->efi_item, SHUTDOWN_LOG_IO_ERROR); in xfs_efi_release()
Dxfs_log_cil.c483 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_insert_items()
Dxfs_log_recover.c2463 xfs_force_shutdown(mp, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops()
3461 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_recover_finish()