Lines Matching full:file
97 * @open_device: Called when the first file descriptor is opened for this device
99 * @read: Perform read(2) on device file descriptor
100 * @write: Perform write(2) on device file descriptor
101 * @ioctl: Perform ioctl(2) on device file descriptor, supporting VFIO_DEVICE_*
103 * @mmap: Perform mmap(2) on a region of the device file descriptor
221 struct file *(*migration_set_state)(
318 struct iommu_group *vfio_file_iommu_group(struct file *file);
321 bool vfio_file_is_group(struct file *file);
322 bool vfio_file_has_dev(struct file *file, struct vfio_device *device);
324 static inline bool vfio_file_is_group(struct file *file)
329 static inline bool vfio_file_has_dev(struct file *file, struct vfio_device *device)
334 bool vfio_file_is_valid(struct file *file);
335 bool vfio_file_enforced_coherent(struct file *file);
336 void vfio_file_set_kvm(struct file *file, struct kvm *kvm);