Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-client.h37 struct sftp_statvfs { struct
38 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 …]
H A Dsftp-client.c1414 sftp_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, in sftp_statvfs() function