Home
last modified time | relevance | path

Searched refs:vfio_group_fops (Results 1 – 1 of 1) sorted by relevance

/drivers/vfio/
Dvfio.c1620 static const struct file_operations vfio_group_fops = { variable
1743 if (filep->f_op != &vfio_group_fops) in vfio_group_get_external_user()
1768 return (filep->f_op == &vfio_group_fops) && (group == test_group); in vfio_external_group_match_file()
2210 cdev_init(&vfio.group_cdev, &vfio_group_fops); in vfio_init()