Searched refs:SHUTDOWN_LOG_IO_ERROR (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_mount.h | 241 #define SHUTDOWN_LOG_IO_ERROR 0x0002 /* write attempt to the log failed */ macro
|
D | xfs_dquot_item.c | 371 xfs_trans_ail_delete(ailp, &qfs->qql_item, SHUTDOWN_LOG_IO_ERROR); in xfs_qm_qoffend_logitem_committed()
|
D | xfs_buf_item.c | 470 xfs_trans_ail_delete(ailp, lip, SHUTDOWN_LOG_IO_ERROR); in xfs_buf_item_unpin() 650 xfs_trans_ail_remove(lip, SHUTDOWN_LOG_IO_ERROR); in xfs_buf_item_unlock()
|
D | xfs_extfree_item.c | 290 xfs_trans_ail_remove(&efip->efi_item, SHUTDOWN_LOG_IO_ERROR); in xfs_efi_release()
|
D | xfs_fsops.c | 785 SHUTDOWN_FORCE_UMOUNT | SHUTDOWN_LOG_IO_ERROR); in xfs_fs_goingdown() 809 logerror = flags & SHUTDOWN_LOG_IO_ERROR; in xfs_do_force_shutdown()
|
D | xfs_log.c | 589 xfs_force_shutdown(mp, SHUTDOWN_LOG_IO_ERROR); in xfs_log_release_iclog() 1197 xfs_force_shutdown(l->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_iodone() 1543 xfs_force_shutdown(mp, SHUTDOWN_LOG_IO_ERROR); in xlog_commit_record() 2085 xfs_force_shutdown(mp, SHUTDOWN_LOG_IO_ERROR); in xlog_print_tic_res()
|
D | xfs_inode_item.c | 708 stale ? SHUTDOWN_LOG_IO_ERROR : in xfs_iflush_abort()
|