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