Lines Matching defs:ioctl
789 long vhost_worker_ioctl(struct vhost_dev *dev, unsigned int ioctl,
809 switch (ioctl) {
832 switch (ioctl) {
1854 unsigned int ioctl,
1861 switch (ioctl) {
1876 long vhost_vring_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp)
1891 if (ioctl == VHOST_SET_VRING_NUM ||
1892 ioctl == VHOST_SET_VRING_ADDR) {
1893 return vhost_vring_set_num_addr(d, vq, ioctl, argp);
1898 switch (ioctl) {
2043 long vhost_dev_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp)
2051 if (ioctl == VHOST_SET_OWNER) {
2061 switch (ioctl) {