Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dmount_internal.h296 #define MNT_LMOUNT 0x00000080 /* not finished mounting */ macro
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c732 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_common()
737 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
877 mp->mnt_lflag |= MNT_LMOUNT; in mount_common()
1466 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
1521 mp->mnt_lflag &= ~MNT_LMOUNT; in mount_common()
1771 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in mount_begin_update()
2381 if (mp->mnt_lflag & (MNT_LUNMOUNT | MNT_LMOUNT)) { in dounmount()