Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dmount_internal.h296 #define MNT_LWAIT 0x00000040 /* wait for unmount op */ macro
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c2867 if (mp->mnt_lflag & MNT_LWAIT) { in dounmount()
2875 mp->mnt_lflag &= ~MNT_LWAIT; in dounmount()
2884 if (mp->mnt_lflag & MNT_LWAIT) { in dounmount()
2885 mp->mnt_lflag &= ~MNT_LWAIT; in dounmount()
H A Dvfs_subr.c1037 mp->mnt_lflag |= MNT_LWAIT; in vfs_busy()