Searched refs:read_proc (Results 1 – 3 of 3) sorted by relevance
/fs/hppfs/ |
D | hppfs.c | 177 static ssize_t read_proc(struct file *file, char __user *buf, ssize_t count, in read_proc() function 279 else count = read_proc(hppfs->proc_file, buf, count, ppos, 1); in hppfs_read() 349 while ((n = read_proc(proc_file, data->contents, in hppfs_get_data()
|
/fs/proc/ |
D | generic.c | 73 if (dp->read_proc) { in __proc_file_read() 121 n = dp->read_proc(page, &start, *ppos, in __proc_file_read()
|
/fs/yaffs2/ |
D | yaffs_vfs.c | 3295 my_proc_entry->read_proc = yaffs_proc_read;
|