Lines Matching defs:filep

924 static long vfio_fops_unl_ioctl(struct file *filep,  in vfio_fops_unl_ioctl()
961 static long vfio_fops_compat_ioctl(struct file *filep, in vfio_fops_compat_ioctl()
969 static int vfio_fops_open(struct inode *inode, struct file *filep) in vfio_fops_open()
986 static int vfio_fops_release(struct inode *inode, struct file *filep) in vfio_fops_release()
1001 static ssize_t vfio_fops_read(struct file *filep, char __user *buf, in vfio_fops_read()
1020 static ssize_t vfio_fops_write(struct file *filep, const char __user *buf, in vfio_fops_write()
1039 static int vfio_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_fops_mmap()
1189 struct file *filep; in vfio_group_get_device_fd() local
1241 static long vfio_group_fops_unl_ioctl(struct file *filep, in vfio_group_fops_unl_ioctl()
1309 static long vfio_group_fops_compat_ioctl(struct file *filep, in vfio_group_fops_compat_ioctl()
1317 static int vfio_group_fops_open(struct inode *inode, struct file *filep) in vfio_group_fops_open()
1345 static int vfio_group_fops_release(struct inode *inode, struct file *filep) in vfio_group_fops_release()
1373 static int vfio_device_fops_release(struct inode *inode, struct file *filep) in vfio_device_fops_release()
1386 static long vfio_device_fops_unl_ioctl(struct file *filep, in vfio_device_fops_unl_ioctl()
1397 static ssize_t vfio_device_fops_read(struct file *filep, char __user *buf, in vfio_device_fops_read()
1408 static ssize_t vfio_device_fops_write(struct file *filep, in vfio_device_fops_write()
1420 static int vfio_device_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_device_fops_mmap()
1431 static long vfio_device_fops_compat_ioctl(struct file *filep, in vfio_device_fops_compat_ioctl()
1478 struct vfio_group *vfio_group_get_external_user(struct file *filep) in vfio_group_get_external_user()