Home
last modified time | relevance | path

Searched refs:MNT_NODEV (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dmount.h300 #define MNT_NODEV 0x00000010 /* don't interpret special files */ macro
354 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_syscalls.c1201 flags |= MNT_NOSUID | MNT_NODEV; in mount_common()
1222 flags |= MNT_NOSUID | MNT_NODEV; in mount_common()
1343 mp->mnt_flag &= ~(MNT_NOSUID | MNT_NOEXEC | MNT_NODEV | in mount_common()
1360 mp->mnt_flag |= flags & (MNT_NOSUID | MNT_NOEXEC | MNT_NODEV | in mount_common()
14781 mount_flags |= MNT_NODEV; in snapshot_mount()
/xnu-11417.140.69/bsd/miscfs/specfs/
H A Dspec_vnops.c363 if (vp->v_mount && (vp->v_mount->mnt_flag & MNT_NODEV)) { in spec_open()