Lines Matching defs:file
247 /* Read an UBI debugfs file */
248 static ssize_t dfs_file_read(struct file *file, char __user *user_buf,
251 unsigned long ubi_num = (unsigned long)file->private_data;
252 struct dentry *dent = file->f_path.dentry;
310 /* Write an UBI debugfs file */
311 static ssize_t dfs_file_write(struct file *file, const char __user *user_buf,
314 unsigned long ubi_num = (unsigned long)file->private_data;
315 struct dentry *dent = file->f_path.dentry;
460 static int eraseblk_count_open(struct inode *inode, struct file *f)
478 static int eraseblk_count_release(struct inode *inode, struct file *f)