Lines Matching refs:free_iov
146 hdr->free_iov = NULL; in io_msg_alloc_async()
155 hdr->free_iov = NULL; in io_msg_alloc_async()
177 kfree(kmsg->free_iov); in io_setup_async_msg()
185 if (iter_is_iovec(&kmsg->msg.msg_iter) && !kmsg->free_iov) { in io_setup_async_msg()
199 iomsg->free_iov = iomsg->fast_iov; in io_sendmsg_copy_hdr()
201 &iomsg->free_iov); in io_sendmsg_copy_hdr()
251 kfree(io->free_iov); in io_sendmsg_recvmsg_cleanup()
331 if (kmsg->free_iov) in io_sendmsg()
332 kfree(kmsg->free_iov); in io_sendmsg()
449 iomsg->free_iov = NULL; in __io_recvmsg_copy_hdr()
456 iomsg->free_iov = NULL; in __io_recvmsg_copy_hdr()
466 iomsg->free_iov = iomsg->fast_iov; in __io_recvmsg_copy_hdr()
468 &iomsg->free_iov, &iomsg->msg.msg_iter, in __io_recvmsg_copy_hdr()
497 iomsg->free_iov = NULL; in __io_compat_recvmsg_copy_hdr()
519 iomsg->free_iov = iomsg->fast_iov; in __io_compat_recvmsg_copy_hdr()
521 UIO_FASTIOV, &iomsg->free_iov, in __io_compat_recvmsg_copy_hdr()
831 if (kmsg->free_iov) in io_recvmsg()
832 kfree(kmsg->free_iov); in io_recvmsg()
941 if (io->free_iov != io->fast_iov) in io_send_zc_cleanup()
942 kfree(io->free_iov); in io_send_zc_cleanup()
1229 if (kmsg->free_iov) { in io_sendmsg_zc()
1230 kfree(kmsg->free_iov); in io_sendmsg_zc()
1231 kmsg->free_iov = NULL; in io_sendmsg_zc()