Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dsftp-client.h135 int do_fsync(struct sftp_conn *conn, u_char *, u_int);
H A Dsftp-client.c1176 do_fsync(struct sftp_conn *conn, u_char *handle, u_int handle_len) in do_fsync() function
2002 (void)do_fsync(conn, handle, handle_len); in do_upload()