Searched refs:vfs_read (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/sound/ |
D | sound_firmware.c | 38 if (vfs_read(filp, dp, l, &pos) != l) in do_mod_firmware_load()
|
/linux-4.1.27/security/keys/ |
D | big_key.c | 187 ret = vfs_read(file, buffer, datalen, &pos); in big_key_read()
|
/linux-4.1.27/fs/ |
D | read_write.c | 440 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read() function 465 EXPORT_SYMBOL(vfs_read); 569 ret = vfs_read(f.file, buf, count, &pos); in SYSCALL_DEFINE3() 607 ret = vfs_read(f.file, buf, count, &pos); in SYSCALL_DEFINE4()
|
D | exec.c | 821 result = vfs_read(file, (void __user *)addr, count, &pos); in kernel_read() 830 ssize_t res = vfs_read(file, (void __user *)addr, len, &pos); in read_code()
|
/linux-4.1.27/arch/um/drivers/ |
D | mconsole_kern.c | 153 len = vfs_read(file, buf, PAGE_SIZE - 1, &pos); in mconsole_proc()
|
/linux-4.1.27/kernel/ |
D | sysctl_binary.c | 938 result = vfs_read(file, oldval, oldlen, &pos); in bin_string()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 717 nread = vfs_read(curlun->filp, in do_read() 1056 nread = vfs_read(curlun->filp, in do_verify()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1669 extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_t *);
|
/linux-4.1.27/Documentation/ |
D | kprobes.txt | 692 c015d71a k vfs_read+0x0
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 627 => vfs_read
|