vfs_read          238 fs/ecryptfs/read_write.c 	octets_read = vfs_read(inode_info->lower_file, data, size,
vfs_read          719 fs/exec.c      	result = vfs_read(file, (void __user *)addr, count, &pos);
vfs_read          346 fs/read_write.c 		ret = vfs_read(file, buf, count, &pos);
vfs_read          385 fs/read_write.c 			ret = vfs_read(file, buf, count, &pos);
vfs_read         1361 include/linux/fs.h extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *);
vfs_read           38 sound/sound_firmware.c 	if (vfs_read(filp, dp, l, &pos) != l)