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

1 2

  /external/ltp/testcases/kernel/containers/mountns/
mountns04.c 43 && defined(MS_REC) && defined(MS_UNBINDABLE)
56 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_UNBINDABLE, NULL);
  /external/strace/xlat/
mount_flags.h 47 #if !(defined(MS_UNBINDABLE) || (defined(HAVE_DECL_MS_UNBINDABLE) && HAVE_DECL_MS_UNBINDABLE))
48 # define MS_UNBINDABLE (1<<17)
113 XLAT(MS_UNBINDABLE),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mount.h 66 MS_UNBINDABLE = 1 << 17, /* Change to unbindable. */
67 #define MS_UNBINDABLE MS_UNBINDABLE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mount.h 66 MS_UNBINDABLE = 1 << 17, /* Change to unbindable. */
67 #define MS_UNBINDABLE MS_UNBINDABLE
  /external/strace/
mount.c 57 | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE))
  /external/toybox/toys/lsb/
mount.c 101 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
  /bionic/libc/kernel/uapi/linux/
fs.h 93 #define MS_UNBINDABLE (1 << 17)
  /external/kernel-headers/original/uapi/linux/
fs.h 125 #define MS_UNBINDABLE (1<<17) /* change to unbindable */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 205 #define MS_UNBINDABLE (1<<17) /* change to unbindable */
  /external/minijail/
minijail0_cli.c 349 msmode = MS_UNBINDABLE;
  /system/core/fs_mgr/
fs_mgr_fstab.cpp 72 { "unbindable", MS_UNBINDABLE },
    [all...]
  /system/core/init/
builtins.cpp 318 { "unbindable", MS_UNBINDABLE },
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 595 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_amd64.go 595 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_arm.go 594 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_arm64.go 735 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_mips.go 717 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_mips64.go 728 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_mips64le.go 728 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_mipsle.go 717 MS_UNBINDABLE = 0x20000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 595 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_amd64.go 595 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_arm.go 594 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_arm64.go 735 MS_UNBINDABLE = 0x20000
    [all...]
zerrors_linux_mips.go 717 MS_UNBINDABLE = 0x20000
    [all...]

Completed in 1007 milliseconds

1 2