struct tarpc_fstatvfs_in

struct tarpc_fstatvfs_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    struct tarpc_statvfs buf;
};