Searched refs:MS_SHARED (Results 1 – 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/containers/mountns/ |
D | mountns01.c | 50 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC) 90 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_SHARED, NULL); in test()
|
D | mountns03.c | 54 #if defined(MS_SHARED) && defined(MS_PRIVATE) \ 103 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_SHARED, NULL); in test()
|
D | mountns04.c | 42 #if defined(MS_SHARED) && defined(MS_PRIVATE) \
|
D | mountns02.c | 50 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC)
|
/third_party/musl/include/sys/ |
D | mount.h | 44 #define MS_SHARED (1<<20) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 44 #define MS_SHARED (1<<20) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 44 #define MS_SHARED (1<<20) macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 44 #define MS_SHARED (1<<20) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 44 #define MS_SHARED (1<<20) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 44 #define MS_SHARED (1<<20) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 44 #define MS_SHARED (1<<20) macro
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 104 {"shared", MS_SHARED}, {"rshared", MS_SHARED|MS_REC},
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 108 {"shared", MS_SHARED}, {"rshared", MS_SHARED|MS_REC},
|