/third_party/libfuse/include/ |
D | fuse_mount_compat.h | 19 #ifndef MS_DIRSYNC 20 #define MS_DIRSYNC 128 macro
|
/third_party/libfuse/lib/ |
D | mount.c | 51 #ifndef MS_DIRSYNC 52 #define MS_DIRSYNC 128 macro 159 {"dirsync", MS_DIRSYNC, 1},
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 40 #ifndef MS_DIRSYNC 41 #define MS_DIRSYNC 128 macro 235 {"dirsync", MS_DIRSYNC, 1, 1},
|
D | mount.c | 42 #ifndef MS_DIRSYNC 43 #define MS_DIRSYNC 128 macro 210 {"dirsync", MS_DIRSYNC, 1},
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/musl/include/sys/ |
D | mount.h | 33 #define MS_DIRSYNC 128 macro
|
/third_party/rust/crates/nix/src/mount/ |
D | linux.rs | 23 MS_DIRSYNC;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 659 const DIRSYNC = linux_raw_sys::general::MS_DIRSYNC;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 485 MS_DIRSYNC
|
D | linux.txt | 1327 MS_DIRSYNC
|
D | android.txt | 1212 MS_DIRSYNC
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 1137 const DIRSYNC = c::MS_DIRSYNC;
|
/third_party/libfuse/util/ |
D | fusermount.c | 640 {"dirsync", MS_DIRSYNC, 1, 1},
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 613 pub const MS_DIRSYNC: ::c_ulong = 0x80; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1549 pub const MS_DIRSYNC: ::c_ulong = 0x80; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 397 pub const MS_DIRSYNC: u32 = 128; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 392 pub const MS_DIRSYNC: u32 = 128; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 397 pub const MS_DIRSYNC: u32 = 128; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 392 pub const MS_DIRSYNC: u32 = 128; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 391 pub const MS_DIRSYNC: u32 = 128; constant
|