• Home
  • Raw
  • Download

Lines Matching defs:filep

1161 static long vfio_fops_unl_ioctl(struct file *filep,  in vfio_fops_unl_ioctl()
1194 static long vfio_fops_compat_ioctl(struct file *filep, in vfio_fops_compat_ioctl()
1202 static int vfio_fops_open(struct inode *inode, struct file *filep) in vfio_fops_open()
1219 static int vfio_fops_release(struct inode *inode, struct file *filep) in vfio_fops_release()
1234 static ssize_t vfio_fops_read(struct file *filep, char __user *buf, in vfio_fops_read()
1249 static ssize_t vfio_fops_write(struct file *filep, const char __user *buf, in vfio_fops_write()
1264 static int vfio_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_fops_mmap()
1439 struct file *filep; in vfio_group_get_device_fd() local
1498 static long vfio_group_fops_unl_ioctl(struct file *filep, in vfio_group_fops_unl_ioctl()
1566 static long vfio_group_fops_compat_ioctl(struct file *filep, in vfio_group_fops_compat_ioctl()
1574 static int vfio_group_fops_open(struct inode *inode, struct file *filep) in vfio_group_fops_open()
1611 static int vfio_group_fops_release(struct inode *inode, struct file *filep) in vfio_group_fops_release()
1639 static int vfio_device_fops_release(struct inode *inode, struct file *filep) in vfio_device_fops_release()
1652 static long vfio_device_fops_unl_ioctl(struct file *filep, in vfio_device_fops_unl_ioctl()
1663 static ssize_t vfio_device_fops_read(struct file *filep, char __user *buf, in vfio_device_fops_read()
1674 static ssize_t vfio_device_fops_write(struct file *filep, in vfio_device_fops_write()
1686 static int vfio_device_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_device_fops_mmap()
1697 static long vfio_device_fops_compat_ioctl(struct file *filep, in vfio_device_fops_compat_ioctl()
1744 struct vfio_group *vfio_group_get_external_user(struct file *filep) in vfio_group_get_external_user()
1770 struct file *filep) in vfio_external_group_match_file()