Searched refs:__vfs_read (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/security/integrity/ |
D | iint.c | 200 ret = __vfs_read(file, buf, count, &offset); in integrity_kernel_read()
|
/Linux-v5.4/tools/objtool/Documentation/ |
D | stack-validation.txt | 64 [<ffffffff81256197>] __vfs_read+0x37/0x100 79 [<ffffffff81256197>] __vfs_read+0x37/0x100
|
/Linux-v5.4/fs/ |
D | read_write.c | 421 ssize_t __vfs_read(struct file *file, char __user *buf, size_t count, in __vfs_read() function 461 ret = __vfs_read(file, buf, count, pos); in vfs_read()
|
/Linux-v5.4/include/linux/ |
D | fs.h | 1908 extern ssize_t __vfs_read(struct file *, char __user *, size_t, loff_t *);
|
/Linux-v5.4/Documentation/trace/ |
D | histogram.rst | 634 __vfs_read+0x28/0xe0
|