Home
last modified time | relevance | path

Searched refs:nr_iov (Results 1 – 2 of 2) sorted by relevance

/qemu/
H A Dqemu-io-cmds.c505 for (i = 0; i < nr_iov; i++) { in create_iovec()
914 int nr_iov; in readv_f() local
960 nr_iov = argc - optind; in readv_f()
1271 int nr_iov; in writev_f() local
1313 nr_iov = argc - optind; in writev_f()
1478 int nr_iov, c; in aio_read_f() local
1531 nr_iov = argc - optind; in aio_read_f()
1591 int nr_iov, c; in aio_write_f() local
1686 nr_iov = argc - optind; in aio_write_f()
1899 int c, nr_iov; in zone_append_f() local
[all …]
/qemu/block/
H A Dfile-posix.c1655 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_preadv() argument
1657 return preadv(fd, iov, nr_iov, offset); in qemu_preadv()
1661 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_pwritev() argument
1663 return pwritev(fd, iov, nr_iov, offset); in qemu_pwritev()
1671 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_preadv() argument
1677 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_pwritev() argument