struct tarpc_statvfs

struct tarpc_statvfs {
    // fields

    uint32_t f_bsize;
    uint64_t f_blocks;
    uint64_t f_bfree;
};