| /third_party/musl/src/unistd/ |
| D | fdatasync.c | 5 int fdatasync(int fd) in fdatasync() function
|
| /third_party/musl/porting/liteos_a/user/src/unistd/ |
| D | fdatasync.c | 6 int fdatasync(int fd) in fdatasync() function
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| D | compat.h | 81 #define fdatasync commit macro
|
| /third_party/rust/crates/rustix/src/fs/ |
| D | fd.rs | 323 pub fn fdatasync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fdatasync() function
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
| D | syscalls.rs | 401 pub(crate) fn fdatasync(fd: BorrowedFd<'_>) -> io::Result<()> { in fdatasync() function
|
| /third_party/rust/crates/rustix/src/backend/libc/fs/ |
| D | syscalls.rs | 1233 pub(crate) fn fdatasync(fd: BorrowedFd<'_>) -> io::Result<()> { in fdatasync() function
|
| /third_party/rust/rust/src/tools/miri/src/shims/unix/ |
| D | fs.rs | 1581 fn fdatasync(&mut self, fd_op: &OpTy<'tcx, Provenance>) -> InterpResult<'tcx, i32> { in fdatasync() method
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
| D | mod.rs | 697 pub fn fdatasync(fd: ::c_int) -> ::c_int; in fdatasync() function
|
| /third_party/rust/crates/libc/src/ |
| D | wasi.rs | 666 pub fn fdatasync(fd: ::c_int) -> ::c_int; in fdatasync() function
|
| /third_party/rust/crates/libc/src/unix/linux_like/ |
| D | mod.rs | 1675 pub fn fdatasync(fd: ::c_int) -> ::c_int; in fdatasync() function
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 2873 pub fn fdatasync(fd: ::c_int) -> ::c_int; in fdatasync() function
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 2766 pub fn fdatasync(fd: ::c_int) -> ::c_int; in fdatasync() function
|
| /third_party/rust/crates/libc/src/unix/aix/ |
| D | mod.rs | 2834 pub fn fdatasync(fd: ::c_int) -> ::c_int; in fdatasync() function
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
| D | mod.rs | 5394 pub fn fdatasync(fd: ::c_int) -> ::c_int; in fdatasync() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3953 pub fn fdatasync(fd: ::c_int) -> ::c_int; in fdatasync() function
|
| /third_party/rust/crates/libc/src/unix/hurd/ |
| D | mod.rs | 4372 pub fn fdatasync(fd: ::c_int) -> ::c_int; in fdatasync() function
|