Searched defs:sftp_statvfs (Results 1 – 2 of 2) sorted by relevance
36 struct sftp_statvfs { struct37 u_int64_t f_bsize;38 u_int64_t f_frsize;39 u_int64_t f_blocks;40 u_int64_t f_bfree;41 u_int64_t f_bavail;42 u_int64_t f_files;43 u_int64_t f_ffree;44 u_int64_t f_favail;45 u_int64_t f_fsid;[all …]
1408 sftp_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, in sftp_statvfs() function