Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dmount_internal.h297 #define MNT_LMOUNT 0x00000080 /* not finished mounting */ macro
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c1054 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_common()
1059 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1199 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1793 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
1848 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
2098 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_begin_update()
2716 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in dounmount()