Searched defs:datasync (Results 1 – 12 of 12) sorted by relevance
| /third_party/libfuse/lib/ |
| D | cuse_lowlevel.c | 73 static void cuse_fll_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in cuse_fll_fsync()
|
| D | fuse.c | 1909 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsync() 1924 int fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsyncdir() 3314 static void fuse_lib_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsync() 3763 static void fuse_lib_fsyncdir(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsyncdir()
|
| D | fuse_lowlevel.c | 1489 int datasync = arg->fsync_flags & 1; local 1561 int datasync = arg->fsync_flags & 1; local
|
| /third_party/rust/rust/library/std/src/sys/wasi/ |
| D | fd.rs | 31 pub fn datasync(&self) -> io::Result<()> { in datasync() method
|
| D | fs.rs | 422 pub fn datasync(&self) -> io::Result<()> { in datasync() method
|
| /third_party/libfuse/example/ |
| D | passthrough_ll.c | 785 static void lo_fsyncdir(fuse_req_t req, fuse_ino_t ino, int datasync, in lo_fsyncdir() 853 static void lo_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in lo_fsync()
|
| D | passthrough_hp.cc | 842 static void sfs_fsyncdir(fuse_req_t req, fuse_ino_t ino, int datasync, in sfs_fsyncdir() 912 static void sfs_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in sfs_fsync()
|
| /third_party/rust/rust/library/std/src/sys/unsupported/ |
| D | fs.rs | 197 pub fn datasync(&self) -> io::Result<()> { in datasync() method
|
| /third_party/ntfs-3g/libfuse-lite/ |
| D | fuse.c | 827 int fuse_fs_fsync(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsync() 837 int fuse_fs_fsyncdir(struct fuse_fs *fs, const char *path, int datasync, in fuse_fs_fsyncdir() 2009 static void fuse_lib_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsync() 2265 static void fuse_lib_fsyncdir(fuse_req_t req, fuse_ino_t ino, int datasync, in fuse_lib_fsyncdir()
|
| /third_party/rust/rust/library/std/src/sys/hermit/ |
| D | fs.rs | 300 pub fn datasync(&self) -> io::Result<()> { in datasync() method
|
| /third_party/rust/rust/library/std/src/sys/unix/ |
| D | fs.rs | 1137 pub fn datasync(&self) -> io::Result<()> { in datasync() method
|
| /third_party/rust/rust/library/std/src/sys/windows/ |
| D | fs.rs | 314 pub fn datasync(&self) -> io::Result<()> { in datasync() method
|