Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dvfio.h294 bool vfio_file_is_group(struct file *file);
302 static inline bool vfio_file_is_group(struct file *file) in vfio_file_is_group() function
/Linux-v6.6/drivers/vfio/
Dgroup.c858 bool vfio_file_is_group(struct file *file) in vfio_file_is_group() function
862 EXPORT_SYMBOL_GPL(vfio_file_is_group);
/Linux-v6.6/drivers/vfio/pci/
Dvfio_pci_core.c1357 if (!vfio_file_is_group(file)) { in vfio_pci_ioctl_pci_hot_reset_groups()