Lines Matching defs:unmounted
93 " when a file system is forcibly unmounted");
547 * with vp, and will ensure that it cannot be unmounted until
622 * This must be done before mp can be unmounted.
1123 bool unmounted;
1190 unmounted = true;
1213 unmounted = false;
1219 if (unmounted) {
2097 bool unmounted;
2111 unmounted = ((mp->mnt_kern_flag & MNTK_REFEXPIRE) != 0);
2121 if (!unmounted && retries < deferred_unmount_retry_limit) {
2262 * Check for mp being unmounted while waiting for the
3031 ("vfs_remount_ro: mp %p is being unmounted (and busy?)", mp));