Symbol: read_file
fs/hostfs/hostfs.h
51
extern int read_file(int fd, unsigned long long *offset, char *buf, int len);
fs/hostfs/hostfs_kern.c
436
bytes_read = read_file(FILE_HOSTFS_I(file)->fd, &start, buffer,
fs/hostfs/hostfs_user_exp.c
10
EXPORT_SYMBOL_GPL(read_file);
scripts/basic/fixdep.c
391
buf = read_file(p);
scripts/basic/fixdep.c
424
buf = read_file(depfile);
scripts/insert-sys-cert.c
310
cert = read_file(cert_file, &cert_size);
tools/perf/builtin-inject.c
2177
ret = read_file(fd, offs, buf, sz);
tools/testing/selftests/landlock/fs_test.c
7228
TEST_F(audit_layout1, read_file)
tools/testing/selftests/mm/khugepaged.c
162
if (read_file(path, buf, sizeof(buf)) < 0) {
tools/testing/selftests/mm/thp_settings.c
126
if (!read_file(path, buf, sizeof(buf))) {
tools/testing/selftests/mm/thp_settings.c
367
ret = read_file(path, buf, sizeof(buf));
tools/testing/selftests/mm/thp_settings.c
94
if (read_file(path, buf, sizeof(buf)) < 0) {
tools/testing/selftests/mm/thp_settings.h
65
int read_file(const char *path, char *buf, size_t buflen);
tools/testing/selftests/powerpc/include/utils.h
53
int read_file(const char *path, char *buf, size_t count, size_t *len);
tools/testing/selftests/powerpc/ptrace/core-pkey.c
346
ret = read_file(core_pattern_file, core_pattern, PATH_MAX - 1, &len);
tools/testing/selftests/powerpc/utils.c
159
err = read_file("/proc/self/auxv", buf, buf_size, NULL);
tools/testing/selftests/powerpc/utils.c
174
return read_file(path, buf, count, NULL);
tools/testing/selftests/powerpc/utils.c
311
err = read_file(path, buffer, sizeof(buffer) - 1, NULL);
tools/testing/selftests/powerpc/utils.c
323
err = read_file(path, buffer, sizeof(buffer) - 1, NULL);
tools/testing/selftests/powerpc/utils.c
499
return read_file(path, result, result_size, NULL);
tools/tracing/latency/latency-collector.c
1380
tracer = read_file(TR_CURRENT, ERR_EXIT);
tools/tracing/latency/latency-collector.c
1381
orig_th = read_file(TR_THRESH, ERR_EXIT);
tools/tracing/latency/latency-collector.c
629
maxlat = read_file(TR_MAXLAT, ERR_WARN);