Searched refs:MS_UNBINDABLE (Results 1 – 13 of 13) sorted by relevance
/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/strace/ |
D | mount.c | 57 | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in SYS_FUNC()
|
D | ChangeLog-CVS | 1354 [LINUX] (MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED):
|
D | ChangeLog | 38327 MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE mount flags
|
/external/kernel-headers/original/uapi/linux/ |
D | mount.h | 31 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
|
/external/toybox/toys/lsb/ |
D | mount.c | 111 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
|
/external/rust/crates/nix/src/ |
D | mount.rs | 33 MS_UNBINDABLE;
|
/external/minijail/ |
D | minijail0_cli.c | 480 msmode = MS_UNBINDABLE; in set_remount_mode()
|
/external/crosvm/io_uring/src/ |
D | bindings.rs | 99 pub const MS_UNBINDABLE: ::std::os::raw::c_uint = 131072; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 597 pub const MS_UNBINDABLE: ::c_ulong = 0x020000; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1551 pub const MS_UNBINDABLE: ::c_ulong = 0x020000; constant
|