Searched refs:vhost_vring_ioctl (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/vhost/ |
H A D | test.c | 347 r = vhost_vring_ioctl(&n->dev, ioctl, argp); in vhost_test_ioctl()
|
H A D | vsock.c | 879 r = vhost_vring_ioctl(&vsock->dev, ioctl, argp); in vhost_vsock_dev_ioctl()
|
H A D | vhost.c | 1958 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 D | vdpa.c | 720 r = vhost_vring_ioctl(&v->vdev, cmd, argp); in vhost_vdpa_vring_ioctl()
|
H A D | scsi.c | 2101 r = vhost_vring_ioctl(&vs->dev, ioctl, argp); in vhost_scsi_ioctl()
|