Home
last modified time | relevance | path

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

/linux-6.15/drivers/vfio/
H A Dgroup.c490 static const struct file_operations vfio_group_fops = { variable
551 cdev_init(&group->cdev, &vfio_group_fops); in vfio_group_alloc()
813 if (file->f_op != &vfio_group_fops) in vfio_group_from_file()