Home
last modified time | relevance | path

Searched refs:MS_REC (Results 1 – 25 of 38) sorted by relevance

12

/third_party/ltp/include/lapi/
Dmount.h9 #ifndef MS_REC
10 #define MS_REC 16384 macro
/third_party/ltp/testcases/kernel/containers/mountns/
Dmountns04.c43 && defined(MS_REC) && defined(MS_UNBINDABLE)
51 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
Dmountns01.c50 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC)
84 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
Dmountns02.c50 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC)
84 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
Dmountns03.c55 && defined(MS_REC) && defined(MS_SLAVE)
97 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c104 {"shared", MS_SHARED}, {"rshared", MS_SHARED|MS_REC},
105 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC},
106 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
107 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
/third_party/toybox/toys/lsb/
Dmount.c108 {"shared", MS_SHARED}, {"rshared", MS_SHARED|MS_REC},
109 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC},
110 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
111 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC},
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h39 #define MS_REC 16384 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h38 #define MS_REC 16384 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h38 #define MS_REC 16384 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h39 #define MS_REC 16384 macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h38 #define MS_REC 16384 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h38 #define MS_REC 16384 macro
/third_party/musl/include/sys/
Dmount.h39 #define MS_REC 16384 macro
/third_party/ltp/testcases/kernel/syscalls/pivot_root/
Dpivot_root01.c110 SAFE_MOUNT("none", "/", NULL, MS_REC|MS_PRIVATE, NULL); in run()
/third_party/rust/crates/nix/src/mount/
Dlinux.rs31 MS_REC;
/third_party/libfuse/util/
Dfusermount.c42 #ifndef MS_REC
43 #define MS_REC 16384 macro
249 res = mount("", "/", "", MS_PRIVATE | MS_REC, NULL); in check_is_mount_child()
275 res = mount(".", "/", "", MS_BIND | MS_REC, NULL); in check_is_mount_child()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs687 const REC = linux_raw_sys::general::MS_REC;
719 const REC = linux_raw_sys::general::MS_REC;
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs1165 const REC = c::MS_REC;
1194 const REC = c::MS_REC;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt501 MS_REC
Dlinux.txt1344 MS_REC
Dandroid.txt1230 MS_REC
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs618 pub const MS_REC: ::c_ulong = 0x4000; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1554 pub const MS_REC: ::c_ulong = 0x4000; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs403 pub const MS_REC: u32 = 16384; constant

12