Home
last modified time | relevance | path

Searched refs:MS_PRIVATE (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount06.c37 #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/
Dmount.h16 #ifndef MS_PRIVATE
17 # define MS_PRIVATE (1<<18) macro
/third_party/libfuse/include/
Dfuse_mount_compat.h25 #ifndef MS_PRIVATE
26 #define MS_PRIVATE (1<<18) macro
/third_party/ltp/testcases/kernel/containers/mountns/
Dmountns02.c67 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
71 SAFE_MOUNT("none", DIRA, "none", MS_PRIVATE, NULL); in run()
Dmountns04.c32 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
Dmountns01.c67 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
Dmountns03.c75 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h43 #define MS_PRIVATE (1<<18) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h43 #define MS_PRIVATE (1<<18) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h42 #define MS_PRIVATE (1<<18) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h42 #define MS_PRIVATE (1<<18) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h42 #define MS_PRIVATE (1<<18) macro
/third_party/musl/include/sys/
Dmount.h43 #define MS_PRIVATE (1<<18) macro
/third_party/ltp/testcases/kernel/syscalls/pivot_root/
Dpivot_root01.c108 SAFE_MOUNT("none", "/", NULL, MS_REC|MS_PRIVATE, NULL); in run()
/third_party/rust/crates/nix/src/mount/
Dlinux.rs35 MS_PRIVATE;
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c106 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
/third_party/toybox/toys/lsb/
Dmount.c110 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs713 const PRIVATE = linux_raw_sys::general::MS_PRIVATE;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt499 MS_PRIVATE
Dlinux.txt1342 MS_PRIVATE
Dandroid.txt1228 MS_PRIVATE
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs1188 const PRIVATE = c::MS_PRIVATE;
/third_party/libfuse/util/
Dfusermount.c284 res = mount("", "/", "", MS_PRIVATE | MS_REC, NULL); in check_is_mount_child()
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs622 pub const MS_PRIVATE: ::c_ulong = 0x040000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1558 pub const MS_PRIVATE: ::c_ulong = 0x040000; constant

12