Home
last modified time | relevance | path

Searched refs:MS_DIRSYNC (Results 1 – 25 of 34) sorted by relevance

12

/third_party/libfuse/include/
Dfuse_mount_compat.h19 #ifndef MS_DIRSYNC
20 #define MS_DIRSYNC 128 macro
/third_party/libfuse/lib/
Dmount.c51 #ifndef MS_DIRSYNC
52 #define MS_DIRSYNC 128 macro
159 {"dirsync", MS_DIRSYNC, 1},
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c40 #ifndef MS_DIRSYNC
41 #define MS_DIRSYNC 128 macro
235 {"dirsync", MS_DIRSYNC, 1, 1},
Dmount.c42 #ifndef MS_DIRSYNC
43 #define MS_DIRSYNC 128 macro
210 {"dirsync", MS_DIRSYNC, 1},
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h33 #define MS_DIRSYNC 128 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h33 #define MS_DIRSYNC 128 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h33 #define MS_DIRSYNC 128 macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h33 #define MS_DIRSYNC 128 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h33 #define MS_DIRSYNC 128 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h33 #define MS_DIRSYNC 128 macro
/third_party/musl/include/sys/
Dmount.h33 #define MS_DIRSYNC 128 macro
/third_party/rust/crates/nix/src/mount/
Dlinux.rs23 MS_DIRSYNC;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs659 const DIRSYNC = linux_raw_sys::general::MS_DIRSYNC;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt485 MS_DIRSYNC
Dlinux.txt1327 MS_DIRSYNC
Dandroid.txt1212 MS_DIRSYNC
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs1137 const DIRSYNC = c::MS_DIRSYNC;
/third_party/libfuse/util/
Dfusermount.c640 {"dirsync", MS_DIRSYNC, 1, 1},
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs613 pub const MS_DIRSYNC: ::c_ulong = 0x80; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1549 pub const MS_DIRSYNC: ::c_ulong = 0x80; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs397 pub const MS_DIRSYNC: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs392 pub const MS_DIRSYNC: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs397 pub const MS_DIRSYNC: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs392 pub const MS_DIRSYNC: u32 = 128; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs391 pub const MS_DIRSYNC: u32 = 128; constant

12