Searched refs:MNT_NODEV (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/cddl/osnet/sys/kern/
H A Dvfs.c74 vfsp->mnt_flag |= MNT_NODEV;
108 vfsp->mnt_flag &= ~MNT_NODEV;
140 return (vfsp->mnt_flag & MNT_NODEV) != 0;
/netbsd-current/sys/sys/
H A Dfstypes.h91 #define MNT_NODEV 0x00000010 /* don't interpret special files */ macro
120 { MNT_NODEV, 0, "nodev" }, \
132 MNT_EXTATTR | MNT_LOG | MNT_NOATIME | MNT_NOCOREDUMP | MNT_NODEV | \
176 MNT_NODEV | \
272 "\05MNT_NODEV" \
H A Dstatvfs.h113 #define ST_NODEV MNT_NODEV
/netbsd-current/include/
H A Dmntopts.h51 #define MOPT_NODEV { "dev", 1, MNT_NODEV, 0 }
/netbsd-current/sys/kern/
H A Dvfs_init.c358 if ((flags & MNT_NODEV) == 0 || (flags & MNT_NOSUID) == 0)
/netbsd-current/sys/miscfs/genfs/
H A Dlayer_vnops.c497 * We must handle open to be able to catch MNT_NODEV and friends
514 (vp->v_mount->mnt_flag & MNT_NODEV))
/netbsd-current/lib/libperfuse/
H A Dperfuse.c490 ps->ps_mountflags |= MNT_NOSUID|MNT_NODEV;
/netbsd-current/sys/fs/union/
H A Dunion_vnops.c662 (ap->a_vp->v_mount->mnt_flag & MNT_NODEV))
675 (ap->a_vp->v_mount->mnt_flag & MNT_NODEV))
/netbsd-current/lib/librefuse/
H A Drefuse.c1158 if (puffs_mount(fuse->pu, mountpoint, MNT_NODEV | MNT_NOSUID, pn_root) == -1) {
/netbsd-current/lib/libpuffs/
H A Dpuffs.c529 mntflags |= MNT_NOSUID | MNT_NODEV;
/netbsd-current/sys/miscfs/specfs/
H A Dspec_vnops.c747 if (vp->v_mount && (vp->v_mount->mnt_flag & MNT_NODEV))

Completed in 273 milliseconds