Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dmount_internal.h298 #define MNT_LMOUNT 0x00000080 /* not finished mounting */ macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_syscalls.c1136 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_common()
1141 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1286 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1901 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
1959 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
2246 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_begin_update()
2871 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in dounmount()