Searched refs:MNT_NODEV (Results 1 – 3 of 3) sorted by relevance
300 #define MNT_NODEV 0x00000010 /* don't interpret special files */ macro354 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
1275 flags |= MNT_NOSUID | MNT_NODEV; in mount_common()1296 flags |= MNT_NOSUID | MNT_NODEV; in mount_common()1417 mp->mnt_flag &= ~(MNT_NOSUID | MNT_NOEXEC | MNT_NODEV | in mount_common()1434 mp->mnt_flag |= flags & (MNT_NOSUID | MNT_NOEXEC | MNT_NODEV | in mount_common()15176 mount_flags |= MNT_NODEV; in snapshot_mount()
364 if (vp->v_mount && (vp->v_mount->mnt_flag & MNT_NODEV)) { in spec_open()