/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount06.c | 37 #ifndef MS_PRIVATE 38 #define MS_PRIVATE (1 << 18) macro 143 SAFE_MOUNT(cleanup, "none", path_name, "none", MS_PRIVATE, NULL); in setup()
|
/third_party/ltp/include/lapi/ |
D | mount.h | 16 #ifndef MS_PRIVATE 17 # define MS_PRIVATE (1<<18) macro
|
/third_party/libfuse/include/ |
D | fuse_mount_compat.h | 25 #ifndef MS_PRIVATE 26 #define MS_PRIVATE (1<<18) macro
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
D | mountns02.c | 67 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run() 71 SAFE_MOUNT("none", DIRA, "none", MS_PRIVATE, NULL); in run()
|
D | mountns04.c | 32 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
|
D | mountns01.c | 67 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
|
D | mountns03.c | 75 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 43 #define MS_PRIVATE (1<<18) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 43 #define MS_PRIVATE (1<<18) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 42 #define MS_PRIVATE (1<<18) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 42 #define MS_PRIVATE (1<<18) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 42 #define MS_PRIVATE (1<<18) macro
|
/third_party/musl/include/sys/ |
D | mount.h | 43 #define MS_PRIVATE (1<<18) macro
|
/third_party/ltp/testcases/kernel/syscalls/pivot_root/ |
D | pivot_root01.c | 108 SAFE_MOUNT("none", "/", NULL, MS_REC|MS_PRIVATE, NULL); in run()
|
/third_party/rust/crates/nix/src/mount/ |
D | linux.rs | 35 MS_PRIVATE;
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 106 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 110 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 713 const PRIVATE = linux_raw_sys::general::MS_PRIVATE;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 499 MS_PRIVATE
|
D | linux.txt | 1342 MS_PRIVATE
|
D | android.txt | 1228 MS_PRIVATE
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 1188 const PRIVATE = c::MS_PRIVATE;
|
/third_party/libfuse/util/ |
D | fusermount.c | 284 res = mount("", "/", "", MS_PRIVATE | MS_REC, NULL); in check_is_mount_child()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 622 pub const MS_PRIVATE: ::c_ulong = 0x040000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1558 pub const MS_PRIVATE: ::c_ulong = 0x040000; constant
|