struct tarpc_statvfs_in

struct tarpc_statvfs_in {
    // fields

    struct tarpc_in_arg common;
    char path;
    struct tarpc_statvfs buf;
};