Home
last modified time | relevance | path

Searched refs:vhost_vring_ioctl (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/vhost/
H A Dtest.c347 r = vhost_vring_ioctl(&n->dev, ioctl, argp); in vhost_test_ioctl()
H A Dvsock.c879 r = vhost_vring_ioctl(&vsock->dev, ioctl, argp); in vhost_vsock_dev_ioctl()
H A Dvhost.c1958 long vhost_vring_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp) in vhost_vring_ioctl() function
2095 EXPORT_SYMBOL_GPL(vhost_vring_ioctl);
H A Dvdpa.c720 r = vhost_vring_ioctl(&v->vdev, cmd, argp); in vhost_vdpa_vring_ioctl()
H A Dscsi.c2101 r = vhost_vring_ioctl(&vs->dev, ioctl, argp); in vhost_scsi_ioctl()