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

/netbsd-current/usr.sbin/autofs/
H A Dautomount.c270 bool do_unmount = false, force_unmount = false, flush = false; local
296 do_unmount = true;
310 if (force_unmount && !do_unmount)
320 if (do_unmount) {
H A Dautounmountd.c161 do_unmount(const fsid_t fsid __unused, const char *mountpoint) function
210 error = do_unmount(af->af_fsid, af->af_mountpoint);
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs.cpp64 static void do_unmount(const impl::path&);
182 do_unmount(p);
247 do_unmount(const impl::path& in_path) function

Completed in 117 milliseconds