Lines Matching defs:ioctl
1562 unsigned int ioctl,
1569 switch (ioctl) {
1584 long vhost_vring_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp)
1605 if (ioctl == VHOST_SET_VRING_NUM ||
1606 ioctl == VHOST_SET_VRING_ADDR) {
1607 return vhost_vring_set_num_addr(d, vq, ioctl, argp);
1612 switch (ioctl) {
1757 long vhost_dev_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp)
1765 if (ioctl == VHOST_SET_OWNER) {
1775 switch (ioctl) {