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