Home
last modified time | relevance | path

Searched defs:fsync (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/src/unistd/
H A Dfsync.c4 int fsync(int fd) in fsync() function
/third_party/NuttX/fs/vfs/
H A Dfs_fsync.c96 int fsync(int fd) in fsync() function
/third_party/rust/crates/rustix/src/fs/
H A Dfd.rs302 pub fn fsync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fsync() functions
/third_party/libfuse/include/
H A Dcuse_lowlevel.h60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); member
H A Dfuse.h542 int (*fsync) (const char *, int, struct fuse_file_info *); member
H A Dfuse_lowlevel.h690 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js98 function fsync() { function
/third_party/NuttX/fs/vfs/include/
H A Dfile.h146 int (*fsync)(struct file *filep); member
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h237 int (*fsync) (const char *, int, struct fuse_file_info *); member
H A Dfuse_lowlevel.h515 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h482 unused_func_t fsync; member
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-process.c957 ssp_hw_set_params(struct intel_nhlt_params *nhlt, const char *format, const char *mclk ATTRIBUTE_UNUSED, const char *bclk, const char *bclk_invert, const char *fsync, const char *fsync_invert, int mclk_freq, int bclk_freq, int fsync_freq, int tdm_slots, int tdm_slot_width, int tx_slots, int rx_slots) ssp_hw_set_params() argument
/third_party/alsa-utils/topology/nhlt/intel/
H A Dssp-nhlt.c353 const char *fsync = NULL; in set_hw_config() local
/third_party/node/lib/
H A Dfs.js1310 function fsync(fd, callback) { function
/third_party/skia/src/core/
H A DSkStream.cpp446 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h71 #define fsync _fsync macro
/third_party/rust/crates/nix/src/
H A Dunistd.rs1372 pub fn fsync(fd: RawFd) -> Result<()> { in fsync() functions
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c121 #define fsync(fd) (0) macro
/third_party/rust/crates/libc/src/
H A Dwasi.rs661 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1029 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1704 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() functions
/third_party/python/Modules/
H A Dposixmodule.c357 # define fsync _commit macro
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3666 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() functions

Completed in 60 milliseconds