Home
last modified time | relevance | path

Searched refs:MS_SHARED (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/containers/mountns/
Dmountns01.c50 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC)
90 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_SHARED, NULL); in test()
Dmountns03.c54 #if defined(MS_SHARED) && defined(MS_PRIVATE) \
103 SAFE_MOUNT(cleanup, "none", DIRA, "none", MS_SHARED, NULL); in test()
Dmountns04.c42 #if defined(MS_SHARED) && defined(MS_PRIVATE) \
Dmountns02.c50 #if defined(MS_SHARED) && defined(MS_PRIVATE) && defined(MS_REC)
/third_party/musl/include/sys/
Dmount.h44 #define MS_SHARED (1<<20) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h44 #define MS_SHARED (1<<20) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h44 #define MS_SHARED (1<<20) macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h44 #define MS_SHARED (1<<20) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h44 #define MS_SHARED (1<<20) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h44 #define MS_SHARED (1<<20) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h44 #define MS_SHARED (1<<20) macro
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c104 {"shared", MS_SHARED}, {"rshared", MS_SHARED|MS_REC},
/third_party/toybox/toys/lsb/
Dmount.c108 {"shared", MS_SHARED}, {"rshared", MS_SHARED|MS_REC},