Searched refs:MNT_LDEAD (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h269 #define MNT_LDEAD 0x00000100 /* mount already unmounted*/ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_init.c462 mp->mnt_lflag = MNT_LDEAD;
H A Dvfs_subr.c856 if (mp->mnt_lflag & MNT_LDEAD)
865 if (mp->mnt_lflag & MNT_LDEAD) {
889 if (mp->mnt_lflag & (MNT_LDEAD | MNT_LUNMOUNT)) {
4758 if (mp->mnt_lflag & (MNT_LDEAD | MNT_LUNMOUNT)) {
H A Dvfs_syscalls.c1015 mp->mnt_lflag |= MNT_LDEAD;
1958 mp->mnt_lflag |= MNT_LDEAD;

Completed in 139 milliseconds