Lines Matching defs:unmounted
1267 * If someone has not already unmounted this file system,
1319 * unmounted this file system while we were doing the switcheroo,
1354 * If we are unmounting, set the unmounted flag and let new VFS ops
1355 * unblock. zfs_inactive will have the unmounted behavior, and all
1543 * must already have been unmounted to reach this point.
1922 * to defer snapshots from being automatically unmounted.
2008 * Return true if the corresponding vfs's unmounted flag is set.
2016 boolean_t unmounted = B_FALSE;
2023 unmounted = B_TRUE;
2026 return (unmounted);