Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dmount_internal.h298 #define MNT_LMOUNT 0x00000080 /* not finished mounting */ macro
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c1135 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_common()
1140 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1285 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1910 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
1968 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
2255 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_begin_update()
2888 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in dounmount()