Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_mount.h241 #define SHUTDOWN_LOG_IO_ERROR 0x0002 /* write attempt to the log failed */ macro
Dxfs_dquot_item.c371 xfs_trans_ail_delete(ailp, &qfs->qql_item, SHUTDOWN_LOG_IO_ERROR); in xfs_qm_qoffend_logitem_committed()
Dxfs_buf_item.c470 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()
Dxfs_extfree_item.c290 xfs_trans_ail_remove(&efip->efi_item, SHUTDOWN_LOG_IO_ERROR); in xfs_efi_release()
Dxfs_fsops.c785 SHUTDOWN_FORCE_UMOUNT | SHUTDOWN_LOG_IO_ERROR); in xfs_fs_goingdown()
809 logerror = flags & SHUTDOWN_LOG_IO_ERROR; in xfs_do_force_shutdown()
Dxfs_log.c589 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()
Dxfs_inode_item.c708 stale ? SHUTDOWN_LOG_IO_ERROR : in xfs_iflush_abort()