Searched refs:MS_NODEV (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | mount_flags.h | 8 #if !(defined(MS_NODEV) || (defined(HAVE_DECL_MS_NODEV) && HAVE_DECL_MS_NODEV)) 9 # define MS_NODEV 4 macro 100 XLAT(MS_NODEV),
|
D | mount_flags.in | 3 MS_NODEV 4
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 136 mnt_flags |= MS_NODEV; in read_mnt_flags() 323 if (!test_unpriv_remount("devpts", "newinstance", MS_NODEV, MS_NODEV, 0)) { in main()
|
/external/toybox/toys/lsb/ |
D | mount.c | 91 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV},
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 109 #define MS_NODEV 4 /* Disallow access to device special files */ macro
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 75 MS_NODEV,
|
/external/selinux/sandbox/ |
D | seunshare.c | 264 flags = flags | MS_NODEV | MS_NOSUID | MS_NOEXEC; in seunshare_mount()
|
/external/minijail/ |
D | libminijail.c | 1273 return mount("none", "/tmp", "tmpfs", MS_NODEV | MS_NOEXEC | MS_NOSUID, in mount_tmp() 1280 const unsigned int kSafeFlags = MS_NODEV | MS_NOEXEC | MS_NOSUID; in remount_proc_readonly()
|