Searched refs:MNT_NODEV (Results 1 – 11 of 11) sorted by relevance
/openbsd/sbin/mount_ffs/ |
H A D | mount_ffs.c | 96 mntflags |= MNT_NODEV | MNT_NOEXEC; in main()
|
/openbsd/sbin/mount/ |
H A D | mntopts.h | 58 #define MOPT_NODEV { "dev", MNT_NODEV, MFLAG_INVERSE | MFLAG_SET }
|
H A D | mount.c | 88 { MNT_NODEV, 0, "nodev", "nodev" },
|
/openbsd/usr.sbin/amd/amd/ |
H A D | mount_fs.c | 49 { "nodev", MNT_NODEV },
|
/openbsd/sys/sys/ |
H A D | mount.h | 358 #define MNT_NODEV 0x00000010 /* don't interpret special files */ macro
|
/openbsd/usr.sbin/pstat/ |
H A D | pstat.c | 737 if (flags & MNT_NODEV) { in mount_print() 739 flags &= ~MNT_NODEV; in mount_print()
|
/openbsd/regress/usr.bin/diff/ |
H A D | t9.1 | 128 * enforce MNT_NOSUID and MNT_NODEV for non-root users. 135 SCARG(uap, flags) |= MNT_NOSUID | MNT_NODEV; 152 * enforce MNT_NOSUID and MNT_NODEV for non-root users. 159 SCARG(uap, flags) |= MNT_NOSUID | MNT_NODEV; 225 mp->mnt_flag &=~ (MNT_NOSUID | MNT_NOEXEC | MNT_NODEV | 228 MNT_NODEV | MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC);
|
H A D | t9.2 | 157 * enforce MNT_NOSUID and MNT_NODEV for non-root users. 164 SCARG(uap, flags) |= MNT_NOSUID | MNT_NODEV; 185 * enforce MNT_NOSUID and MNT_NODEV for non-root users. 192 SCARG(uap, flags) |= MNT_NOSUID | MNT_NODEV; 264 mp->mnt_flag &=~ (MNT_NOSUID | MNT_NOEXEC | MNT_NODEV | 268 MNT_NODEV | MNT_SYNCHRONOUS | MNT_UNION | MNT_ASYNC |
|
/openbsd/sbin/newfs/ |
H A D | newfs.c | 534 mntflags |= MNT_NODEV | MNT_NOEXEC; in main()
|
/openbsd/sys/kern/ |
H A D | spec_vnops.c | 114 if (vp->v_mount && (vp->v_mount->mnt_flag & MNT_NODEV)) in spec_open()
|
H A D | vfs_syscalls.c | 176 (flags & (MNT_NODEV | MNT_NOEXEC)) != (MNT_NODEV | MNT_NOEXEC)) { in sys_mount() 242 mp->mnt_flag &=~ (MNT_NOSUID | MNT_NOEXEC | MNT_WXALLOWED | MNT_NODEV | in sys_mount() 245 MNT_NODEV | MNT_SYNCHRONOUS | MNT_ASYNC | MNT_NOATIME | MNT_NOPERM | in sys_mount()
|