Home
last modified time | relevance | path

Searched refs:MS_REC (Results 1 - 25 of 37) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dmount.h12 #ifndef MS_REC
13 # define MS_REC 16384 macro
/third_party/libfuse/include/
H A Dfuse_mount_compat.h22 #ifndef MS_REC
23 #define MS_REC 16384 macro
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c104 {"shared", MS_SHARED}, {"rshared", MS_SHARED|MS_REC}, in flag_opts()
105 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, in flag_opts()
106 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC}, in flag_opts()
107 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC}, in flag_opts()
/third_party/toybox/toys/lsb/
H A Dmount.c108 {"shared", MS_SHARED}, {"rshared", MS_SHARED|MS_REC}, in flag_opts()
109 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, in flag_opts()
110 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC}, in flag_opts()
111 {"unbindable", MS_UNBINDABLE}, {"runbindable", MS_UNBINDABLE|MS_REC}, in flag_opts()
/third_party/eudev/src/shared/
H A Dmissing.h115 #ifndef MS_REC
116 #define MS_REC 16384 macro
/third_party/ltp/testcases/kernel/containers/mountns/
H A Dmountns04.c32 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
H A Dmountns03.c75 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
H A Dmountns01.c67 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
H A Dmountns02.c67 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmount.h39 #define MS_REC 16384 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h38 #define MS_REC 16384 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h38 #define MS_REC 16384 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h39 #define MS_REC 16384 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h38 #define MS_REC 16384 macro
/third_party/musl/include/sys/
H A Dmount.h39 #define MS_REC 16384 macro
/third_party/eudev/test/
H A Dtest-udev.c71 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) < 0) { in fake_filesystems()
/third_party/ltp/testcases/kernel/syscalls/pivot_root/
H A Dpivot_root01.c108 SAFE_MOUNT("none", "/", NULL, MS_REC|MS_PRIVATE, NULL); in run()
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs31 MS_REC;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs686 /// `MS_REC`
687 const REC = linux_raw_sys::general::MS_REC;
718 /// `MS_REC`
719 const REC = linux_raw_sys::general::MS_REC;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs1164 /// `MS_REC`
1165 const REC = c::MS_REC;
1193 /// `MS_REC`
1194 const REC = c::MS_REC;
/third_party/libfuse/util/
H A Dfusermount.c284 res = mount("", "/", "", MS_PRIVATE | MS_REC, NULL); in check_is_mount_child()
310 res = mount(".", "/", "", MS_BIND | MS_REC, NULL); in check_is_mount_child()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs618 pub const MS_REC: ::c_ulong = 0x4000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs398 pub const MS_REC: u32 = 16384; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1554 pub const MS_REC: ::c_ulong = 0x4000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs403 pub const MS_REC: u32 = 16384; consts

Completed in 49 milliseconds

12