Home
last modified time | relevance | path

Searched refs:MS_NODEV (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Dmount_flags.h20 #if defined(MS_NODEV) || (defined(HAVE_DECL_MS_NODEV) && HAVE_DECL_MS_NODEV)
22 static_assert((MS_NODEV) == (4), "MS_NODEV != 4");
25 # define MS_NODEV 4
229 XLAT(MS_NODEV),
Dmount_flags.in3 MS_NODEV 4
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c137 mnt_flags |= MS_NODEV; in read_mnt_flags()
324 if (!test_unpriv_remount("devpts", "newinstance", MS_NODEV, MS_NODEV, 0)) { in main()
/external/syzkaller/sys/linux/
Dfilesystem_arm.const12 MS_NODEV = 4
Dfilesystem_arm64.const12 MS_NODEV = 4
Dfilesystem_amd64.const12 MS_NODEV = 4
Dfilesystem_ppc64le.const12 MS_NODEV = 4
Dfilesystem_386.const12 MS_NODEV = 4
Dfilesystem.txt574 mount_flags = MS_BIND, MS_DIRSYNC, MS_MANDLOCK, MS_MOVE, MS_NOATIME, MS_NODEV, MS_NODIRATIME, MS_NO…
/external/kernel-headers/original/uapi/linux/
Dmount.h13 #define MS_NODEV 4 /* Disallow access to device special files */ macro
/external/toybox/toys/lsb/
Dmount.c101 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV},
/external/ltp/testcases/kernel/syscalls/mount/
Dmount03.c75 MS_NODEV,
/external/minijail/
Dlibminijail.c91 (MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME | MS_NODIRATIME | \
778 flags = MS_NODEV | MS_NOEXEC | MS_NOSUID; in minijail_mount_with_data()
1664 return mount("none", "/tmp", "tmpfs", MS_NODEV | MS_NOEXEC | MS_NOSUID, in mount_tmp()
1671 const unsigned int kSafeFlags = MS_NODEV | MS_NOEXEC | MS_NOSUID; in remount_proc_readonly()
/external/selinux/sandbox/
Dseunshare.c264 flags = flags | MS_NODEV | MS_NOSUID | MS_NOEXEC; in seunshare_mount()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go823 MS_NODEV = 0x4 const
Dzerrors_linux_mipsle.go1018 MS_NODEV = 0x4 const
Dzerrors_linux_s390x.go1017 MS_NODEV = 0x4 const
Dzerrors_linux_arm.go1017 MS_NODEV = 0x4 const
Dzerrors_linux_ppc64le.go1017 MS_NODEV = 0x4 const
Dzerrors_linux_mips64.go1018 MS_NODEV = 0x4 const
Dzerrors_linux_ppc64.go1017 MS_NODEV = 0x4 const
Dzerrors_linux_amd64.go1019 MS_NODEV = 0x4 const
Dzerrors_linux_mips64le.go1018 MS_NODEV = 0x4 const
Dzerrors_linux_386.go1019 MS_NODEV = 0x4 const
/external/u-boot/fs/ubifs/
Dubifs.h477 #define MS_NODEV 4 /* Disallow access to device special files */ macro

12