Home
last modified time | relevance | path

Searched refs:MNT_LWAIT (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dmount_internal.h295 #define MNT_LWAIT 0x00000040 /* wait for unmount op */ macro
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c2532 if (mp->mnt_lflag & MNT_LWAIT) { in dounmount()
2540 mp->mnt_lflag &= ~MNT_LWAIT; in dounmount()
2549 if (mp->mnt_lflag & MNT_LWAIT) { in dounmount()
2550 mp->mnt_lflag &= ~MNT_LWAIT; in dounmount()
H A Dvfs_subr.c996 mp->mnt_lflag |= MNT_LWAIT; in vfs_busy()