Searched refs:kernel_read_file_from_path (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/ |
D | kernel_read_file.c | 127 int kernel_read_file_from_path(const char *path, loff_t offset, void **buf, in kernel_read_file_from_path() function 145 EXPORT_SYMBOL_GPL(kernel_read_file_from_path);
|
/Linux-v5.10/include/linux/ |
D | kernel_read_file.h | 42 int kernel_read_file_from_path(const char *path, loff_t offset,
|
/Linux-v5.10/Documentation/driver-api/firmware/ |
D | direct-fs-lookup.rst | 9 uses common core kernel file loader facility kernel_read_file_from_path().
|
/Linux-v5.10/security/integrity/ |
D | digsig.c | 178 rc = kernel_read_file_from_path(path, 0, &data, INT_MAX, NULL, in integrity_load_x509()
|
/Linux-v5.10/security/integrity/ima/ |
D | ima_fs.c | 287 rc = kernel_read_file_from_path(path, 0, &data, INT_MAX, NULL, in ima_read_policy()
|