Searched refs:proc_file (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 31 struct file *proc_file; member 280 else count = read_proc(hppfs->proc_file, buf, count, ppos, 1); in hppfs_read() 289 struct file *proc_file = data->proc_file; in hppfs_write() local 292 write = file_inode(proc_file)->i_fop->write; in hppfs_write() 293 return (*write)(proc_file, buf, len, ppos); in hppfs_write() 330 struct file *proc_file, in hppfs_get_data() argument 350 while ((n = read_proc(proc_file, data->contents, in hppfs_get_data() 440 data->proc_file = dentry_open(&path, file_mode(file->f_mode), cred); in hppfs_open() 441 err = PTR_ERR(data->proc_file); in hppfs_open() 442 if (IS_ERR(data->proc_file)) in hppfs_open() [all …]
|