| libssh
    0.11.1
    The SSH library | 
SFTP statvfs structure. More...
#include <sftp.h>
| Data Fields | |
| uint64_t | f_bsize | 
| uint64_t | f_frsize | 
| uint64_t | f_blocks | 
| uint64_t | f_bfree | 
| uint64_t | f_bavail | 
| uint64_t | f_files | 
| uint64_t | f_ffree | 
| uint64_t | f_favail | 
| uint64_t | f_fsid | 
| uint64_t | f_flag | 
| uint64_t | f_namemax | 
SFTP statvfs structure.
| uint64_t sftp_statvfs_struct::f_bavail | 
free blocks in file system
| uint64_t sftp_statvfs_struct::f_bfree | 
number of blocks (unit f_frsize)
| uint64_t sftp_statvfs_struct::f_blocks | 
fundamental fs block size
| uint64_t sftp_statvfs_struct::f_favail | 
free file inodes
| uint64_t sftp_statvfs_struct::f_ffree | 
total file inodes
| uint64_t sftp_statvfs_struct::f_files | 
free blocks for non-root
| uint64_t sftp_statvfs_struct::f_flag | 
file system id
| uint64_t sftp_statvfs_struct::f_frsize | 
file system block size
| uint64_t sftp_statvfs_struct::f_fsid | 
free file inodes for to non-root
| uint64_t sftp_statvfs_struct::f_namemax | 
bit mask of f_flag values