Home
last modified time | relevance | path

Searched defs:fsync (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/src/unistd/
Dfsync.c4 int fsync(int fd) in fsync() function
/third_party/NuttX/fs/vfs/
Dfs_fsync.c96 int fsync(int fd) in fsync() function
/third_party/libfuse/include/
Dcuse_lowlevel.h60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); member
Dfuse.h542 int (*fsync) (const char *, int, struct fuse_file_info *); member
Dfuse_lowlevel.h690 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
/third_party/rust/crates/rustix/src/fs/
Dfd.rs302 pub fn fsync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fsync() function
/third_party/node/test/parallel/
Dtest-trace-events-fs-async.js98 function fsync() { function
/third_party/NuttX/fs/vfs/include/
Dfile.h146 int (*fsync)(struct file *filep); member
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h237 int (*fsync) (const char *, int, struct fuse_file_info *); member
Dfuse_lowlevel.h515 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js416 fsync: function (...args) { method
/third_party/alsa-utils/topology/nhlt/intel/
Dssp-nhlt.c353 const char *fsync = NULL; in set_hw_config() local
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h71 #define fsync _fsync macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h482 unused_func_t fsync; member
/third_party/alsa-utils/topology/nhlt/intel/ssp/
Dssp-process.c959 const char *bclk, const char *bclk_invert, const char *fsync, in ssp_hw_set_params()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs396 pub(crate) fn fsync(fd: BorrowedFd<'_>) -> io::Result<()> { in fsync() function
/third_party/node/lib/internal/fs/
Dpromises.js746 async function fsync(handle) { function
/third_party/skia/src/core/
DSkStream.cpp446 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1222 pub(crate) fn fsync(fd: BorrowedFd<'_>) -> io::Result<()> { in fsync() function
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c121 #define fsync(fd) (0) macro
/third_party/node/lib/
Dfs.js1310 function fsync(fd, callback) { function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1029 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/third_party/rust/crates/libc/src/
Dwasi.rs661 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1704 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() function
/third_party/python/Modules/
Dposixmodule.c352 # define fsync _commit macro

12