Searched defs:sftp_statvfs (Results 1 – 2 of 2) sorted by relevance
42 struct sftp_statvfs { struct43 u_int64_t f_bsize;44 u_int64_t f_frsize;45 u_int64_t f_blocks;46 u_int64_t f_bfree;47 u_int64_t f_bavail;48 u_int64_t f_files;49 u_int64_t f_ffree;50 u_int64_t f_favail;51 u_int64_t f_fsid;[all …]
1428 sftp_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, in sftp_statvfs() function