Searched refs:MNT_NOBLOCK (Results 1 – 2 of 2) sorted by relevance
369 #define MNT_NOBLOCK 0x00020000 /* don't block unmount if not responding */ macro372 #define MNT_CMDFLAGS (MNT_UPDATE|MNT_NOBLOCK|MNT_RELOAD|MNT_FORCE)
2923 (flags & MNT_NOBLOCK) && ((flags & MNT_FORCE) == 0)) { in safedounmount()3023 if (flags & MNT_NOBLOCK && p != kernproc) { in dounmount()3189 if (flags & MNT_NOBLOCK && p != kernproc) { in dounmount()