| /third_party/musl/src/unistd/ |
| H A D | fsync.c | 4 int fsync(int fd) in fsync() function
|
| /third_party/NuttX/fs/vfs/ |
| H A D | fs_fsync.c | 96 int fsync(int fd) in fsync() function
|
| /third_party/rust/crates/rustix/src/fs/ |
| H A D | fd.rs | 302 pub fn fsync<Fd: AsFd>(fd: Fd) -> io::Result<()> { in fsync() functions
|
| /third_party/libfuse/include/ |
| H A D | cuse_lowlevel.h | 60 void (*fsync) (fuse_req_t req, int datasync, struct fuse_file_info *fi); member
|
| H A D | fuse.h | 542 int (*fsync) (const char *, int, struct fuse_file_info *); member
|
| H A D | fuse_lowlevel.h | 690 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
|
| /third_party/node/test/parallel/ |
| H A D | test-trace-events-fs-async.js | 98 function fsync() { function
|
| /third_party/NuttX/fs/vfs/include/ |
| H A D | file.h | 146 int (*fsync)(struct file *filep); member
|
| /third_party/ntfs-3g/include/fuse-lite/ |
| H A D | fuse.h | 237 int (*fsync) (const char *, int, struct fuse_file_info *); member
|
| H A D | fuse_lowlevel.h | 515 void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync, member
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kernel.h | 482 unused_func_t fsync; member
|
| /third_party/alsa-utils/topology/nhlt/intel/ssp/ |
| H A D | ssp-process.c | 957 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 D | ssp-nhlt.c | 353 const char *fsync = NULL; in set_hw_config() local
|
| /third_party/node/lib/ |
| H A D | fs.js | 1310 function fsync(fd, callback) { function
|
| /third_party/skia/src/core/ |
| H A D | SkStream.cpp | 446 void SkFILEWStream::fsync() in fsync() function in SkFILEWStream
|
| /third_party/FreeBSD/lib/libc/include/ |
| H A D | namespace.h | 71 #define fsync _fsync
macro
|
| /third_party/rust/crates/nix/src/ |
| H A D | unistd.rs | 1372 pub fn fsync(fd: RawFd) -> Result<()> { in fsync() functions
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfsclone.c | 121 #define fsync(fd) (0) macro
|
| /third_party/rust/crates/libc/src/ |
| H A D | wasi.rs | 661 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 1029 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1704 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() functions
|
| /third_party/python/Modules/ |
| H A D | posixmodule.c | 357 # define fsync _commit macro
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3666 pub fn fsync(fd: ::c_int) -> ::c_int; in fsync() functions
|