HomeSort by: relevance | last modified time | path
    Searched refs:do_unmount (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/autofs/
automount.c 270 bool do_unmount = false, force_unmount = false, flush = false; local
296 do_unmount = true;
310 if (force_unmount && !do_unmount)
320 if (do_unmount) {
autounmountd.c 161 do_unmount(const fsid_t fsid __unused, const char *mountpoint) function
210 error = do_unmount(af->af_fsid, af->af_mountpoint);
  /src/external/bsd/atf/dist/tools/
fs.cpp 64 static void do_unmount(const impl::path&);
182 do_unmount(p);
247 do_unmount(const impl::path& in_path) function

Completed in 16 milliseconds