HomeSort by: relevance | last modified time | path
    Searched defs:force_unmount (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/autofs/
automount.c 270 bool do_unmount = false, force_unmount = false, flush = false; local in function:main_automount
290 force_unmount = true;
310 if (force_unmount && !do_unmount)
321 unmount_automounted(force_unmount);
automount.c 270 bool do_unmount = false, force_unmount = false, flush = false; local in function:main_automount
290 force_unmount = true;
310 if (force_unmount && !do_unmount)
321 unmount_automounted(force_unmount);

Completed in 22 milliseconds