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