Home
last modified time | relevance | path

Searched refs:proc_file (Results 1 – 1 of 1) sorted by relevance

/fs/hppfs/
Dhppfs.c31 struct file *proc_file; member
279 else count = read_proc(hppfs->proc_file, buf, count, ppos, 1); in hppfs_read()
288 struct file *proc_file = data->proc_file; in hppfs_write() local
291 write = proc_file->f_path.dentry->d_inode->i_fop->write; in hppfs_write()
292 return (*write)(proc_file, buf, len, ppos); in hppfs_write()
329 struct file *proc_file, in hppfs_get_data() argument
349 while ((n = read_proc(proc_file, data->contents, in hppfs_get_data()
441 data->proc_file = dentry_open(dget(proc_dentry), mntget(proc_mnt), in hppfs_open()
443 err = PTR_ERR(data->proc_file); in hppfs_open()
444 if (IS_ERR(data->proc_file)) in hppfs_open()
[all …]