Searched refs:MS_UNBINDABLE (Results 1 – 25 of 28) sorted by relevance
12
/external/strace/xlat/ |
D | mount_flags.h | 111 #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),
|
D | mount_flags.in | 16 MS_UNBINDABLE (1<<17)
|
/external/ltp/testcases/kernel/containers/mountns/ |
D | mountns04.c | 43 && defined(MS_REC) && defined(MS_UNBINDABLE) 56 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_UNBINDABLE, NULL); in test()
|
/external/syzkaller/sys/linux/ |
D | filesystem_386.const | 27 MS_UNBINDABLE = 131072
|
D | filesystem_arm64.const | 27 MS_UNBINDABLE = 131072
|
D | filesystem_amd64.const | 27 MS_UNBINDABLE = 131072
|
D | filesystem_ppc64le.const | 27 MS_UNBINDABLE = 131072
|
D | filesystem_arm.const | 27 MS_UNBINDABLE = 131072
|
D | filesystem.txt | 574 …OUNT, MS_SILENT, MS_STRICTATIME, MS_SYNCHRONOUS, MS_REC, MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, M…
|
/external/kernel-headers/original/uapi/linux/ |
D | mount.h | 28 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
|
/external/strace/ |
D | mount.c | 57 | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in SYS_FUNC()
|
/external/toybox/toys/lsb/ |
D | mount.c | 111 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
|
/external/minijail/ |
D | minijail0_cli.c | 409 msmode = MS_UNBINDABLE; in set_remount_mode()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 841 MS_UNBINDABLE = 0x20000 const
|
D | zerrors_linux_mips64le.go | 1039 MS_UNBINDABLE = 0x20000 const
|
D | zerrors_linux_ppc64.go | 1038 MS_UNBINDABLE = 0x20000 const
|
D | zerrors_linux_arm.go | 1038 MS_UNBINDABLE = 0x20000 const
|
D | zerrors_linux_mips64.go | 1039 MS_UNBINDABLE = 0x20000 const
|
D | zerrors_linux_ppc64le.go | 1038 MS_UNBINDABLE = 0x20000 const
|
D | zerrors_linux_arm64.go | 1041 MS_UNBINDABLE = 0x20000 const
|
D | zerrors_linux_386.go | 1040 MS_UNBINDABLE = 0x20000 const
|
D | zerrors_linux_mips.go | 1039 MS_UNBINDABLE = 0x20000 const
|
D | zerrors_linux_s390x.go | 1038 MS_UNBINDABLE = 0x20000 const
|
D | zerrors_linux_mipsle.go | 1039 MS_UNBINDABLE = 0x20000 const
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 492 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
|
12