Searched refs:do_statvfs (Results 1 – 3 of 3) sorted by relevance
93 int do_statvfs(struct sftp_conn *, const char *, struct sftp_statvfs *, int);
830 if (do_statvfs(conn, path, &st, 1) == -1) in do_df()
849 do_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, in do_statvfs() function