Lines Matching defs:file
264 static ssize_t zf_write(struct file *file, const char __user *buf, size_t count,
303 static long zf_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
324 static int zf_open(struct inode *inode, struct file *file)
331 return stream_open(inode, file);
334 static int zf_close(struct inode *inode, struct file *file)
340 pr_err("device file closed unexpectedly. Will not stop the WDT!\n");