Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_mount.h474 #define SHUTDOWN_DEVICE_REMOVED (1u << 5) /* device removed underneath us */ macro
481 { SHUTDOWN_DEVICE_REMOVED, "device_removed" }
Dxfs_fsops.c546 } else if (flags & SHUTDOWN_DEVICE_REMOVED) { in xfs_do_force_shutdown()
Dxfs_super.c1177 xfs_force_shutdown(XFS_M(sb), SHUTDOWN_DEVICE_REMOVED); in xfs_fs_shutdown()