Searched refs:vhost_vring_ioctl (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/vhost/ |
| H A D | test.c | 353 r = vhost_vring_ioctl(&n->dev, ioctl, argp); in vhost_test_ioctl()
|
| H A D | vhost.h | 223 long vhost_vring_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp);
|
| H A D | vsock.c | 889 r = vhost_vring_ioctl(&vsock->dev, ioctl, argp); in vhost_vsock_dev_ioctl()
|
| H A D | vhost.c | 2135 long vhost_vring_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp) in vhost_vring_ioctl() function 2273 EXPORT_SYMBOL_GPL(vhost_vring_ioctl);
|
| H A D | net.c | 1823 r = vhost_vring_ioctl(&n->dev, ioctl, argp); in vhost_net_ioctl()
|
| H A D | scsi.c | 2439 r = vhost_vring_ioctl(&vs->dev, ioctl, argp); in vhost_scsi_ioctl()
|