Home
last modified time | relevance | path

Searched refs:MS_SYNCHRONOUS (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h30 #define MS_SYNCHRONOUS 16 macro
56 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/ndk_musl_include/sys/
Dmount.h30 #define MS_SYNCHRONOUS 16 macro
56 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/include/sys/
Dmount.h30 #define MS_SYNCHRONOUS 16 macro
56 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h30 #define MS_SYNCHRONOUS 16 macro
56 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h30 #define MS_SYNCHRONOUS 16 macro
56 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h30 #define MS_SYNCHRONOUS 16 macro
56 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h30 #define MS_SYNCHRONOUS 16 macro
56 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|MS_LAZYTIME)
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c99 {"sync", MS_SYNCHRONOUS}, {"async", ~MS_SYNCHRONOUS},
/third_party/toybox/toys/lsb/
Dmount.c103 {"sync", MS_SYNCHRONOUS}, {"async", ~MS_SYNCHRONOUS},
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c231 {"async", MS_SYNCHRONOUS, 0, 1},
232 {"sync", MS_SYNCHRONOUS, 1, 1},
Dmount.c206 {"async", MS_SYNCHRONOUS, 0},
207 {"sync", MS_SYNCHRONOUS, 1},
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount03.c77 MS_SYNCHRONOUS,