Revision 56d15a53 hw/file-op-9p.h

b/hw/file-op-9p.h
80 80
    off_t (*telldir)(FsContext *, DIR *);
81 81
    struct dirent *(*readdir)(FsContext *, DIR *);
82 82
    void (*seekdir)(FsContext *, DIR *, off_t);
83
    ssize_t (*readv)(FsContext *, int, const struct iovec *, int);
84
    ssize_t (*writev)(FsContext *, int, const struct iovec *, int);
85
    off_t (*lseek)(FsContext *, int, off_t, int);
83
    ssize_t (*preadv)(FsContext *, int, const struct iovec *, int, off_t);
84
    ssize_t (*pwritev)(FsContext *, int, const struct iovec *, int, off_t);
86 85
    int (*mkdir)(FsContext *, const char *, FsCred *);
87 86
    int (*fstat)(FsContext *, int, struct stat *);
88 87
    int (*rename)(FsContext *, const char *, const char *);

Also available in: Unified diff