HomeSort by relevance Sort by last modified time
    Searched refs:MS_NODEV (Results 1 - 25 of 47) sorted by null

1 2

  /external/strace/xlat/
mount_flags.h 8 #if !(defined(MS_NODEV) || (defined(HAVE_DECL_MS_NODEV) && HAVE_DECL_MS_NODEV))
9 # define MS_NODEV 4
100 XLAT(MS_NODEV),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mount.h 40 MS_NODEV = 4, /* Disallow access to device special files. */
41 #define MS_NODEV MS_NODEV
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mount.h 40 MS_NODEV = 4, /* Disallow access to device special files. */
41 #define MS_NODEV MS_NODEV
  /system/vold/fs/
Exfat.cpp 59 int mountFlags = MS_NODEV | MS_NOSUID | MS_DIRSYNC | MS_NOATIME | MS_NOEXEC;
F2fs.cpp 58 unsigned long flags = MS_NOATIME | MS_NODEV | MS_NOSUID | MS_DIRSYNC;
Ext4.cpp 140 flags = MS_NOATIME | MS_NODEV | MS_NOSUID | MS_DIRSYNC;
Vfat.cpp 125 flags = MS_NODEV | MS_NOSUID | MS_DIRSYNC | MS_NOATIME;
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 137 mnt_flags |= MS_NODEV;
324 if (!test_unpriv_remount("devpts", "newinstance", MS_NODEV, MS_NODEV, 0)) {
325 die("MS_NODEV malfunctions\n");
  /external/toybox/toys/lsb/
mount.c 91 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV},
  /system/core/sdcard/
sdcard.cpp 114 MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME, opts.c_str()) == -1) {
135 MS_REMOUNT | MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME, opts.c_str()) != 0) {
  /bionic/libc/kernel/uapi/linux/
fs.h 79 #define MS_NODEV 4
  /external/kernel-headers/original/uapi/linux/
fs.h 110 #define MS_NODEV 4 /* Disallow access to device special files */
  /external/ltp/testcases/kernel/syscalls/mount/
mount03.c 25 * 2) MS_NODEV - disallow access to device special files.
75 MS_NODEV,
155 /* Validate MS_NODEV flag of mount call */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 190 #define MS_NODEV 4 /* Disallow access to device special files */
  /bootable/recovery/
fuse_sideload.cpp 403 result = mount("/dev/fuse", mount_point, "fuse", MS_NOSUID | MS_NODEV | MS_RDONLY | MS_NOEXEC,
  /external/selinux/sandbox/
seunshare.c 264 flags = flags | MS_NODEV | MS_NOSUID | MS_NOEXEC;
  /system/core/init/
init.cpp 600 mount("tmpfs", "/mnt", "tmpfs", MS_NOEXEC | MS_NOSUID | MS_NODEV,
builtins.cpp 311 { "nodev", MS_NODEV },
    [all...]
service.cpp 106 constexpr unsigned int kSafeFlags = MS_NODEV | MS_NOEXEC | MS_NOSUID;
    [all...]
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp     [all...]
  /system/core/fs_mgr/
fs_mgr_fstab.cpp 65 { "nodev", MS_NODEV },
    [all...]
fs_mgr.cpp     [all...]
  /system/vold/
VolumeManager.cpp 688 MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME, opts.c_str()));
  /external/minijail/
libminijail.c     [all...]
  /bootable/recovery/updater/
install.cpp 391 MS_NOATIME | MS_NODEV | MS_NODIRATIME, mount_options.c_str()) < 0) {
    [all...]

Completed in 1139 milliseconds

1 2