/third_party/ltp/include/lapi/ |
H A D | mount.h | 12 #ifndef MS_REC 13 # define MS_REC 16384 macro
|
/third_party/libfuse/include/ |
H A D | fuse_mount_compat.h | 22 #ifndef MS_REC 23 #define MS_REC 16384 macro
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 104 {"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 D | mount.c | 108 {"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 D | missing.h | 115 #ifndef MS_REC 116 #define MS_REC 16384 macro
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
H A D | mountns04.c | 32 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
|
H A D | mountns03.c | 75 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
|
H A D | mountns01.c | 67 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
|
H A D | mountns02.c | 67 SAFE_MOUNT("none", "/", "none", MS_REC | MS_PRIVATE, NULL); in run()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mount.h | 39 #define MS_REC 16384 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 38 #define MS_REC 16384 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 38 #define MS_REC 16384 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 39 #define MS_REC 16384 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 38 #define MS_REC 16384 macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 39 #define MS_REC 16384 macro
|
/third_party/eudev/test/ |
H A D | test-udev.c | 71 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) < 0) { in fake_filesystems()
|
/third_party/ltp/testcases/kernel/syscalls/pivot_root/ |
H A D | pivot_root01.c | 108 SAFE_MOUNT("none", "/", NULL, MS_REC|MS_PRIVATE, NULL); in run()
|
/third_party/rust/crates/nix/src/mount/ |
H A D | linux.rs | 31 MS_REC;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 686 /// `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 D | types.rs | 1164 /// `MS_REC` 1165 const REC = c::MS_REC; 1193 /// `MS_REC` 1194 const REC = c::MS_REC;
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 284 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 D | mod.rs | 618 pub const MS_REC: ::c_ulong = 0x4000; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 398 pub const MS_REC: u32 = 16384; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1554 pub const MS_REC: ::c_ulong = 0x4000; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 403 pub const MS_REC: u32 = 16384; consts
|