Home
last modified time | relevance | path

Searched refs:SHUTDOWN_DEVICE_REMOVED (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_mount.h670 #define SHUTDOWN_DEVICE_REMOVED (1u << 5) /* device removed underneath us */ macro
677 { SHUTDOWN_DEVICE_REMOVED, "device_removed" }
H A Dxfs_fsops.c516 } else if (flags & SHUTDOWN_DEVICE_REMOVED) { in xfs_do_force_shutdown()
H A Dxfs_healthmon.c686 { SHUTDOWN_DEVICE_REMOVED, XFS_HEALTH_SHUTDOWN_DEVICE_REMOVED },
H A Dxfs_super.c1260 xfs_force_shutdown(XFS_M(sb), SHUTDOWN_DEVICE_REMOVED); in xfs_fs_shutdown()