Lines Matching defs:file
65 static int harddog_open(struct inode *inode, struct file *file)
88 return stream_open(inode, file);
97 static int harddog_release(struct inode *inode, struct file *file)
117 static ssize_t harddog_write(struct file *file, const char __user *data, size_t len,
128 static int harddog_ioctl_unlocked(struct file *file,
152 static long harddog_ioctl(struct file *file,
158 ret = harddog_ioctl_unlocked(file, cmd, arg);