Home
last modified time | relevance | path

Searched defs:sftp_statvfs (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dsftp-client.h36 struct sftp_statvfs { struct
37 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 …]