Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/vfio/
Dgroup.c497 static const struct file_operations vfio_group_fops = { variable
558 cdev_init(&group->cdev, &vfio_group_fops); in vfio_group_alloc()
820 if (file->f_op != &vfio_group_fops) in vfio_group_from_file()