Home
last modified time | relevance | path

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

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