Home
last modified time | relevance | path

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

/fs/hppfs/
Dhppfs.c177 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/
Dgeneric.c73 if (dp->read_proc) { in __proc_file_read()
121 n = dp->read_proc(page, &start, *ppos, in __proc_file_read()
/fs/yaffs2/
Dyaffs_vfs.c3295 my_proc_entry->read_proc = yaffs_proc_read;