Searched refs:SHUTDOWN_LOG_IO_ERROR (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_fsops.c | 456 SHUTDOWN_FORCE_UMOUNT | SHUTDOWN_LOG_IO_ERROR); in xfs_fs_goingdown() 480 logerror = flags & SHUTDOWN_LOG_IO_ERROR; in xfs_do_force_shutdown()
|
D | xfs_dquot_item.c | 390 xfs_trans_ail_delete(ailp, &qfs->qql_item, SHUTDOWN_LOG_IO_ERROR); in xfs_qm_qoffend_logitem_committed()
|
D | xfs_mount.h | 287 #define SHUTDOWN_LOG_IO_ERROR 0x0002 /* write attempt to the log failed */ macro
|
D | xfs_bmap_item.c | 55 xfs_trans_ail_remove(&buip->bui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_bui_release()
|
D | xfs_refcount_item.c | 54 xfs_trans_ail_remove(&cuip->cui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_cui_release()
|
D | xfs_rmap_item.c | 54 xfs_trans_ail_remove(&ruip->rui_item, SHUTDOWN_LOG_IO_ERROR); in xfs_rui_release()
|
D | xfs_buf_item.c | 452 xfs_trans_ail_delete(ailp, lip, SHUTDOWN_LOG_IO_ERROR); in xfs_buf_item_unpin() 572 xfs_trans_ail_remove(lip, SHUTDOWN_LOG_IO_ERROR); in xfs_buf_item_put()
|
D | xfs_extfree_item.c | 54 xfs_trans_ail_remove(&efip->efi_item, SHUTDOWN_LOG_IO_ERROR); in xfs_efi_release()
|
D | xfs_log.c | 575 xfs_force_shutdown(mp, SHUTDOWN_LOG_IO_ERROR); in xfs_log_release_iclog() 1271 xfs_force_shutdown(l->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_iodone() 1618 xfs_force_shutdown(mp, SHUTDOWN_LOG_IO_ERROR); in xlog_commit_record() 2442 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_write()
|
D | xfs_inode_item.c | 792 stale ? SHUTDOWN_LOG_IO_ERROR : in xfs_iflush_abort()
|
D | xfs_log_cil.c | 486 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_insert_items()
|