Home
last modified time | relevance | path

Searched refs:MNT_LMOUNT (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dmount_internal.h298 #define MNT_LMOUNT 0x00000080 /* not finished mounting */ macro
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_syscalls.c1209 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_common()
1214 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1359 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1984 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
2042 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
2329 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_begin_update()
3009 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in dounmount()