Searched refs:kvm_device_fops (Results 1 – 1 of 1) sorted by relevance
4629 static struct file_operations kvm_device_fops = { variable4638 if (filp->f_op != &kvm_device_fops) in kvm_device_from_filp()4710 ret = anon_inode_getfd(ops->name, &kvm_device_fops, dev, O_RDWR | O_CLOEXEC); in kvm_ioctl_create_device()6361 kvm_device_fops.owner = module; in kvm_init()