Searched refs:MS_SLAVE (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/containers/mountns/ |
D | mountns03.c | 55 && defined(MS_REC) && defined(MS_SLAVE) 63 if (mount("none", DIRA, "none", MS_SLAVE, NULL) == -1) { in child_func()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 105 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, 106 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 109 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, 110 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|