Lines Matching defs:filep
972 static long vfio_fops_unl_ioctl(struct file *filep, in vfio_fops_unl_ioctl()
1009 static long vfio_fops_compat_ioctl(struct file *filep, in vfio_fops_compat_ioctl()
1017 static int vfio_fops_open(struct inode *inode, struct file *filep) in vfio_fops_open()
1034 static int vfio_fops_release(struct inode *inode, struct file *filep) in vfio_fops_release()
1049 static ssize_t vfio_fops_read(struct file *filep, char __user *buf, in vfio_fops_read()
1068 static ssize_t vfio_fops_write(struct file *filep, const char __user *buf, in vfio_fops_write()
1087 static int vfio_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_fops_mmap()
1237 struct file *filep; in vfio_group_get_device_fd() local
1289 static long vfio_group_fops_unl_ioctl(struct file *filep, in vfio_group_fops_unl_ioctl()
1357 static long vfio_group_fops_compat_ioctl(struct file *filep, in vfio_group_fops_compat_ioctl()
1365 static int vfio_group_fops_open(struct inode *inode, struct file *filep) in vfio_group_fops_open()
1393 static int vfio_group_fops_release(struct inode *inode, struct file *filep) in vfio_group_fops_release()
1421 static int vfio_device_fops_release(struct inode *inode, struct file *filep) in vfio_device_fops_release()
1434 static long vfio_device_fops_unl_ioctl(struct file *filep, in vfio_device_fops_unl_ioctl()
1445 static ssize_t vfio_device_fops_read(struct file *filep, char __user *buf, in vfio_device_fops_read()
1456 static ssize_t vfio_device_fops_write(struct file *filep, in vfio_device_fops_write()
1468 static int vfio_device_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_device_fops_mmap()
1479 static long vfio_device_fops_compat_ioctl(struct file *filep, in vfio_device_fops_compat_ioctl()
1526 struct vfio_group *vfio_group_get_external_user(struct file *filep) in vfio_group_get_external_user()