Lines Matching defs:file
265 static ssize_t zf_write(struct file *file, const char __user *buf, size_t count,
304 static long zf_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
325 static int zf_open(struct inode *inode, struct file *file)
332 return stream_open(inode, file);
335 static int zf_close(struct inode *inode, struct file *file)
341 pr_err("device file closed unexpectedly. Will not stop the WDT!\n");