• Home
  • Raw
  • Download

Lines Matching defs:filep

1155 static long vfio_fops_unl_ioctl(struct file *filep,  in vfio_fops_unl_ioctl()
1188 static long vfio_fops_compat_ioctl(struct file *filep, in vfio_fops_compat_ioctl()
1196 static int vfio_fops_open(struct inode *inode, struct file *filep) in vfio_fops_open()
1213 static int vfio_fops_release(struct inode *inode, struct file *filep) in vfio_fops_release()
1228 static ssize_t vfio_fops_read(struct file *filep, char __user *buf, in vfio_fops_read()
1243 static ssize_t vfio_fops_write(struct file *filep, const char __user *buf, in vfio_fops_write()
1258 static int vfio_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_fops_mmap()
1433 struct file *filep; in vfio_group_get_device_fd() local
1492 static long vfio_group_fops_unl_ioctl(struct file *filep, in vfio_group_fops_unl_ioctl()
1560 static long vfio_group_fops_compat_ioctl(struct file *filep, in vfio_group_fops_compat_ioctl()
1568 static int vfio_group_fops_open(struct inode *inode, struct file *filep) in vfio_group_fops_open()
1605 static int vfio_group_fops_release(struct inode *inode, struct file *filep) in vfio_group_fops_release()
1633 static int vfio_device_fops_release(struct inode *inode, struct file *filep) in vfio_device_fops_release()
1646 static long vfio_device_fops_unl_ioctl(struct file *filep, in vfio_device_fops_unl_ioctl()
1657 static ssize_t vfio_device_fops_read(struct file *filep, char __user *buf, in vfio_device_fops_read()
1668 static ssize_t vfio_device_fops_write(struct file *filep, in vfio_device_fops_write()
1680 static int vfio_device_fops_mmap(struct file *filep, struct vm_area_struct *vma) in vfio_device_fops_mmap()
1691 static long vfio_device_fops_compat_ioctl(struct file *filep, in vfio_device_fops_compat_ioctl()
1738 struct vfio_group *vfio_group_get_external_user(struct file *filep) in vfio_group_get_external_user()
1764 struct file *filep) in vfio_external_group_match_file()