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