Searched refs:io_pwritev (Results 1 – 3 of 3) sorted by relevance
301 ioc_klass->io_pwritev = qio_channel_file_pwritev; in qio_channel_file_class_init()
465 if (!klass->io_pwritev) { in qio_channel_pwritev()475 return klass->io_pwritev(ioc, iov, niov, offset, errp); in qio_channel_pwritev()
135 ssize_t (*io_pwritev)(QIOChannel *ioc, member