/third_party/libfuse/include/ |
H A D | fuse_mount_compat.h | 19 #ifndef MS_DIRSYNC 20 #define MS_DIRSYNC 128 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 40 #ifndef MS_DIRSYNC 41 #define MS_DIRSYNC 128 macro 235 {"dirsync", MS_DIRSYNC, 1, 1},
|
H A D | mount.c | 42 #ifndef MS_DIRSYNC 43 #define MS_DIRSYNC 128 macro 210 {"dirsync", MS_DIRSYNC, 1},
|
/third_party/libfuse/lib/ |
H A D | mount.c | 51 #ifndef MS_DIRSYNC 52 #define MS_DIRSYNC 128 macro 159 {"dirsync", MS_DIRSYNC, 1},
|
/third_party/rust/crates/nix/src/mount/ |
H A D | linux.rs | 23 MS_DIRSYNC;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 658 /// `MS_DIRSYNC` 659 const DIRSYNC = linux_raw_sys::general::MS_DIRSYNC;
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 1136 /// `MS_DIRSYNC` 1137 const DIRSYNC = c::MS_DIRSYNC;
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 640 {"dirsync", MS_DIRSYNC, 1, 1},
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 613 pub const MS_DIRSYNC: ::c_ulong = 0x80; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 392 pub const MS_DIRSYNC: u32 = 128; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1549 pub const MS_DIRSYNC: ::c_ulong = 0x80; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 397 pub const MS_DIRSYNC: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 397 pub const MS_DIRSYNC: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 404 pub const MS_DIRSYNC: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 401 pub const MS_DIRSYNC: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 404 pub const MS_DIRSYNC: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 401 pub const MS_DIRSYNC: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 391 pub const MS_DIRSYNC: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 396 pub const MS_DIRSYNC: u32 = 128; consts
|