Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_fsops.c450 SHUTDOWN_FORCE_UMOUNT | SHUTDOWN_LOG_IO_ERROR); in xfs_fs_goingdown()
472 bool logerror = flags & SHUTDOWN_LOG_IO_ERROR; in xfs_do_force_shutdown()
Dxfs_dquot_item.c361 xfs_trans_ail_remove(lip, SHUTDOWN_LOG_IO_ERROR); in xfs_qm_qoff_logitem_relse()
Dxfs_buf_item.c450 xfs_trans_ail_delete(ailp, lip, SHUTDOWN_LOG_IO_ERROR); in xfs_buf_item_unpin()
570 xfs_trans_ail_remove(lip, SHUTDOWN_LOG_IO_ERROR); in xfs_buf_item_put()
Dxfs_mount.h308 #define SHUTDOWN_LOG_IO_ERROR 0x0002 /* write attempt to the log failed */ macro
Dxfs_refcount_item.c53 xfs_trans_ail_remove(&cuip->cui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_cui_release()
Dxfs_bmap_item.c55 xfs_trans_ail_remove(&buip->bui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_bui_release()
Dxfs_rmap_item.c53 xfs_trans_ail_remove(&ruip->rui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_rui_release()
Dxfs_log.c580 xfs_force_shutdown(mp, SHUTDOWN_LOG_IO_ERROR); in xfs_log_release_iclog()
1262 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_ioend_work()
1547 xfs_force_shutdown(mp, SHUTDOWN_LOG_IO_ERROR); in xlog_commit_record()
2417 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_write()
Dxfs_extfree_item.c58 xfs_trans_ail_remove(&efip->efi_item, SHUTDOWN_LOG_IO_ERROR); in xfs_efi_release()
Dxfs_inode_item.c787 stale ? SHUTDOWN_LOG_IO_ERROR : in xfs_iflush_abort()
Dxfs_log_cil.c484 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_insert_items()