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