Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/fs_bind/bin/
Dsmount.c19 #ifndef MS_SHARED
20 #define MS_SHARED 1<<20 /* Shared */ macro
48 type = (MS_SHARED | MS_REC); in main()
56 type = MS_SHARED; in main()
/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/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},
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dubifs.h495 #define MS_SHARED (1<<20) /* change to shared */ macro