Searched refs:file_read (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | blackbox_common.h | 39 ssize_t file_read(struct file *file, loff_t offset, unsigned char *data,
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | rtlx.c | 361 static ssize_t file_read(struct file *file, char __user *buffer, size_t count, in file_read() function 399 .read = file_read,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | dso.c | 859 static ssize_t file_read(struct dso *dso, struct machine *machine, in file_read() function 903 *ret = file_read(dso, machine, cache_offset, cache->data); in dso_cache__populate()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
D | hmm-tests.c | 727 TEST_F(hmm, file_read) in TEST_F() argument
|