Home
last modified time | relevance | path

Searched refs:do_fsync (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/other/
Dfsync.c23 static void do_fsync(int fd, char *name) in do_fsync() function
32 0, do_fsync); in fsync_main()
/external/openssh/
Dsftp-client.h110 int do_fsync(struct sftp_conn *conn, u_char *, u_int);
Dsftp-client.c985 do_fsync(struct sftp_conn *conn, u_char *handle, u_int handle_len) in do_fsync() function
1769 (void)do_fsync(conn, handle, handle_len); in do_upload()