/third_party/ltp/include/lapi/ |
D | mount.h | 9 #ifndef MS_REC 10 #define MS_REC 16384 macro
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
D | mountns04.c | 43 && defined(MS_REC) && defined(MS_UNBINDABLE) 51 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
D | mountns01.c | 50 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC) 84 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
D | mountns02.c | 50 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC) 84 SAFE_MOUNT(cleanup, "none", "/", "none", MS_REC|MS_PRIVATE, NULL); in test()
|
D | mountns03.c | 55 && 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/ |
D | mount.c | 104 {"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/ |
D | mount.c | 108 {"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/ |
D | mount.h | 39 #define MS_REC 16384 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 38 #define MS_REC 16384 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 38 #define MS_REC 16384 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 39 #define MS_REC 16384 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 38 #define MS_REC 16384 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 38 #define MS_REC 16384 macro
|
/third_party/musl/include/sys/ |
D | mount.h | 39 #define MS_REC 16384 macro
|
/third_party/ltp/testcases/kernel/syscalls/pivot_root/ |
D | pivot_root01.c | 110 SAFE_MOUNT("none", "/", NULL, MS_REC|MS_PRIVATE, NULL); in run()
|
/third_party/rust/crates/nix/src/mount/ |
D | linux.rs | 31 MS_REC;
|
/third_party/libfuse/util/ |
D | fusermount.c | 42 #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/ |
D | types.rs | 687 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/ |
D | types.rs | 1165 const REC = c::MS_REC; 1194 const REC = c::MS_REC;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 501 MS_REC
|
D | linux.txt | 1344 MS_REC
|
D | android.txt | 1230 MS_REC
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 618 pub const MS_REC: ::c_ulong = 0x4000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1554 pub const MS_REC: ::c_ulong = 0x4000; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 403 pub const MS_REC: u32 = 16384; constant
|