Lines Matching defs:file
144 static int tap_enable_queue(struct tap_dev *tap, struct file *file, in tap_enable_queue()
165 static int tap_set_queue(struct tap_dev *tap, struct file *file, in tap_set_queue()
501 static int tap_open(struct inode *inode, struct file *file) in tap_open()
565 static int tap_release(struct inode *inode, struct file *file) in tap_release()
572 static __poll_t tap_poll(struct file *file, poll_table *wait) in tap_poll()
760 struct file *file = iocb->ki_filp; in tap_write_iter() local
876 struct file *file = iocb->ki_filp; in tap_read_iter() local
904 static int tap_ioctl_set_queue(struct file *file, unsigned int flags) in tap_ioctl_set_queue()
976 static long tap_ioctl(struct file *file, unsigned int cmd, in tap_ioctl()
1127 static long tap_compat_ioctl(struct file *file, unsigned int cmd, in tap_compat_ioctl()
1266 struct socket *tap_get_socket(struct file *file) in tap_get_socket()
1278 struct ptr_ring *tap_get_ptr_ring(struct file *file) in tap_get_ptr_ring()