Lines Matching defs:file
127 * @file: file from VFS
130 * @ppos: pointer to the file offset
132 * Handle a write to the ALi watchdog. Writing to the file pings
137 static ssize_t ali_write(struct file *file, const char __user *data,
168 * @file: VFS file pointer
176 static long ali_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
234 * @file: file from VFS
240 static int ali_open(struct inode *inode, struct file *file)
248 return stream_open(inode, file);
254 * @file: file from VFS
260 static int ali_release(struct inode *inode, struct file *file)