Lines Matching defs:file
164 static ssize_t fop_write(struct file *file, const char __user *buf,
194 static int fop_open(struct inode *inode, struct file *file)
205 return stream_open(inode, file);
208 static int fop_close(struct inode *inode, struct file *file)
214 pr_crit("device file closed unexpectedly. Will not stop the WDT!\n");
221 static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)