Searched refs:MNT_NOBLOCK (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmount.h346 #define MNT_NOBLOCK 0x00020000 /* don't block unmount if not responding */ macro
349 #define MNT_CMDFLAGS (MNT_UPDATE|MNT_NOBLOCK|MNT_RELOAD|MNT_FORCE)
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c1771 * If the file system is not responding and MNT_NOBLOCK
1775 (flags & MNT_NOBLOCK) && ((flags & MNT_FORCE) == 0)) {
1852 if (flags & MNT_NOBLOCK && p != kernproc)
2005 if (flags & MNT_NOBLOCK && p != kernproc) {

Completed in 91 milliseconds