Searched refs:SHUTDOWN_DEVICE_REMOVED (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_mount.h479 #define SHUTDOWN_DEVICE_REMOVED (1u << 5) /* device removed underneath us */ macro
486 { SHUTDOWN_DEVICE_REMOVED, "device_removed" }
H A Dxfs_fsops.c509 } else if (flags & SHUTDOWN_DEVICE_REMOVED) {
H A Dxfs_super.c1168 xfs_force_shutdown(XFS_M(sb), SHUTDOWN_DEVICE_REMOVED); local

Completed in 112 milliseconds