Searched refs:MS_NODEV (Results 1 – 25 of 27) sorted by relevance
12
/external/strace/xlat/ |
D | mount_flags.h | 20 #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),
|
D | mount_flags.in | 3 MS_NODEV 4
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 137 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/ |
D | filesystem_arm.const | 12 MS_NODEV = 4
|
D | filesystem_arm64.const | 12 MS_NODEV = 4
|
D | filesystem_amd64.const | 12 MS_NODEV = 4
|
D | filesystem_ppc64le.const | 12 MS_NODEV = 4
|
D | filesystem_386.const | 12 MS_NODEV = 4
|
D | filesystem.txt | 574 mount_flags = MS_BIND, MS_DIRSYNC, MS_MANDLOCK, MS_MOVE, MS_NOATIME, MS_NODEV, MS_NODIRATIME, MS_NO…
|
/external/kernel-headers/original/uapi/linux/ |
D | mount.h | 13 #define MS_NODEV 4 /* Disallow access to device special files */ macro
|
/external/toybox/toys/lsb/ |
D | mount.c | 101 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV},
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 75 MS_NODEV,
|
/external/minijail/ |
D | libminijail.c | 91 (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/ |
D | seunshare.c | 264 flags = flags | MS_NODEV | MS_NOSUID | MS_NOEXEC; in seunshare_mount()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 823 MS_NODEV = 0x4 const
|
D | zerrors_linux_mipsle.go | 1018 MS_NODEV = 0x4 const
|
D | zerrors_linux_s390x.go | 1017 MS_NODEV = 0x4 const
|
D | zerrors_linux_arm.go | 1017 MS_NODEV = 0x4 const
|
D | zerrors_linux_ppc64le.go | 1017 MS_NODEV = 0x4 const
|
D | zerrors_linux_mips64.go | 1018 MS_NODEV = 0x4 const
|
D | zerrors_linux_ppc64.go | 1017 MS_NODEV = 0x4 const
|
D | zerrors_linux_amd64.go | 1019 MS_NODEV = 0x4 const
|
D | zerrors_linux_mips64le.go | 1018 MS_NODEV = 0x4 const
|
D | zerrors_linux_386.go | 1019 MS_NODEV = 0x4 const
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 477 #define MS_NODEV 4 /* Disallow access to device special files */ macro
|
12