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