Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dmount_internal.h297 #define MNT_LMOUNT 0x00000080 /* not finished mounting */ macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c1060 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_common()
1065 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1205 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1804 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
1860 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
2116 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_begin_update()
2734 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in dounmount()