Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vfio/
Dvfio_main.c55 static const struct file_operations vfio_group_fops; variable
204 cdev_init(&group->cdev, &vfio_group_fops); in vfio_group_alloc()
983 static const struct file_operations vfio_group_fops = { variable
1616 return file->f_op == &vfio_group_fops; in vfio_file_is_group()