Lines Matching refs:free_iov
148 hdr->free_iov = NULL; in io_msg_alloc_async()
157 hdr->free_iov = NULL; in io_msg_alloc_async()
179 kfree(kmsg->free_iov); in io_setup_async_msg()
191 if (iter_is_iovec(&kmsg->msg.msg_iter) && !kmsg->free_iov) { in io_setup_async_msg()
206 iomsg->free_iov = iomsg->fast_iov; in io_sendmsg_copy_hdr()
208 &iomsg->free_iov); in io_sendmsg_copy_hdr()
261 kfree(io->free_iov); in io_sendmsg_recvmsg_cleanup()
344 if (kmsg->free_iov) in io_sendmsg()
345 kfree(kmsg->free_iov); in io_sendmsg()
463 iomsg->free_iov = NULL; in __io_recvmsg_copy_hdr()
470 iomsg->free_iov = NULL; in __io_recvmsg_copy_hdr()
480 iomsg->free_iov = iomsg->fast_iov; in __io_recvmsg_copy_hdr()
482 &iomsg->free_iov, &iomsg->msg.msg_iter, in __io_recvmsg_copy_hdr()
511 iomsg->free_iov = NULL; in __io_compat_recvmsg_copy_hdr()
533 iomsg->free_iov = iomsg->fast_iov; in __io_compat_recvmsg_copy_hdr()
535 UIO_FASTIOV, &iomsg->free_iov, in __io_compat_recvmsg_copy_hdr()
859 if (kmsg->free_iov) in io_recvmsg()
860 kfree(kmsg->free_iov); in io_recvmsg()
966 if (io->free_iov != io->fast_iov) in io_send_zc_cleanup()
967 kfree(io->free_iov); in io_send_zc_cleanup()
1255 if (kmsg->free_iov) { in io_sendmsg_zc()
1256 kfree(kmsg->free_iov); in io_sendmsg_zc()
1257 kmsg->free_iov = NULL; in io_sendmsg_zc()