Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A 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 …]
H A Dsftp-client.c1428 sftp_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, in sftp_statvfs() function