Lines Matching defs:filep
582 static int vfio_device_fops_release(struct inode *inode, struct file *filep)
584 struct vfio_device_file *df = filep->private_data;
1204 static long vfio_device_fops_unl_ioctl(struct file *filep,
1207 struct vfio_device_file *df = filep->private_data;
1253 static ssize_t vfio_device_fops_read(struct file *filep, char __user *buf,
1256 struct vfio_device_file *df = filep->private_data;
1269 static ssize_t vfio_device_fops_write(struct file *filep,
1273 struct vfio_device_file *df = filep->private_data;
1286 static int vfio_device_fops_mmap(struct file *filep, struct vm_area_struct *vma)
1288 struct vfio_device_file *df = filep->private_data;