Home
last modified time | relevance | path

Searched refs:MS_UNBINDABLE (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dmount_flags.h111 #if defined(MS_UNBINDABLE) || (defined(HAVE_DECL_MS_UNBINDABLE) && HAVE_DECL_MS_UNBINDABLE)
113 static_assert((MS_UNBINDABLE) == ((1<<17)), "MS_UNBINDABLE != (1<<17)");
116 # define MS_UNBINDABLE (1<<17)
242 XLAT(MS_UNBINDABLE),
Dmount_flags.in16 MS_UNBINDABLE (1<<17)
/external/ltp/testcases/kernel/containers/mountns/
Dmountns04.c43 && defined(MS_REC) && defined(MS_UNBINDABLE)
56 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_UNBINDABLE, NULL); in test()
/external/syzkaller/sys/linux/
Dfilesystem_386.const27 MS_UNBINDABLE = 131072
Dfilesystem_arm64.const27 MS_UNBINDABLE = 131072
Dfilesystem_amd64.const27 MS_UNBINDABLE = 131072
Dfilesystem_ppc64le.const27 MS_UNBINDABLE = 131072
Dfilesystem_arm.const27 MS_UNBINDABLE = 131072
Dfilesystem.txt574 …OUNT, MS_SILENT, MS_STRICTATIME, MS_SYNCHRONOUS, MS_REC, MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, M…
/external/kernel-headers/original/uapi/linux/
Dmount.h28 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/external/strace/
Dmount.c57 | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in SYS_FUNC()
/external/toybox/toys/lsb/
Dmount.c111 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
/external/minijail/
Dminijail0_cli.c409 msmode = MS_UNBINDABLE; in set_remount_mode()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go841 MS_UNBINDABLE = 0x20000 const
Dzerrors_linux_mips64le.go1039 MS_UNBINDABLE = 0x20000 const
Dzerrors_linux_ppc64.go1038 MS_UNBINDABLE = 0x20000 const
Dzerrors_linux_arm.go1038 MS_UNBINDABLE = 0x20000 const
Dzerrors_linux_mips64.go1039 MS_UNBINDABLE = 0x20000 const
Dzerrors_linux_ppc64le.go1038 MS_UNBINDABLE = 0x20000 const
Dzerrors_linux_arm64.go1041 MS_UNBINDABLE = 0x20000 const
Dzerrors_linux_386.go1040 MS_UNBINDABLE = 0x20000 const
Dzerrors_linux_mips.go1039 MS_UNBINDABLE = 0x20000 const
Dzerrors_linux_s390x.go1038 MS_UNBINDABLE = 0x20000 const
Dzerrors_linux_mipsle.go1039 MS_UNBINDABLE = 0x20000 const
/external/u-boot/fs/ubifs/
Dubifs.h492 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro

12