Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/ !
H A Dmount_internal.h297 #define MNT_LWAIT 0x00000040 /* wait for unmount op */ macro
/xnu-11215.1.10/bsd/vfs/ !
H A Dvfs_syscalls.c2948 if (mp->mnt_lflag & MNT_LWAIT) { in dounmount()
2956 mp->mnt_lflag &= ~MNT_LWAIT; in dounmount()
2965 if (mp->mnt_lflag & MNT_LWAIT) { in dounmount()
2966 mp->mnt_lflag &= ~MNT_LWAIT; in dounmount()
H A Dvfs_subr.c1057 mp->mnt_lflag |= MNT_LWAIT; in vfs_busy()