Home
last modified time | relevance | path

Searched defs:do_fsync (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/other/
Dfsync.c23 static void do_fsync(int fd, char *name) in do_fsync() function
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c159 static void do_fsync(int argc, char **argv, const struct cmd_desc *cmd) in do_fsync() function
/external/openssh/
Dsftp-client.c1001 do_fsync(struct sftp_conn *conn, u_char *handle, u_int handle_len) in do_fsync() function
/external/libfuse/lib/
Dfuse_lowlevel.c1553 static void do_fsync(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_fsync() function
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs779 fn do_fsync<F: AsRawDescriptor>(&self, file: &F, datasync: bool) -> io::Result<()> { in do_fsync() method