Searched refs:ext4_read_file (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/ |
| A D | ext4fs.h | 162 int ext4_read_file(const char *filename, void *buf, loff_t offset, loff_t len,
|
| /u-boot/env/ |
| A D | ext4.c | 164 err = ext4_read_file(CONFIG_ENV_EXT4_FILE, buf, 0, CONFIG_ENV_SIZE, in env_ext4_load()
|
| /u-boot/fs/ext4/ |
| A D | ext4fs.c | 244 int ext4_read_file(const char *filename, void *buf, loff_t offset, loff_t len, in ext4_read_file() function
|
| /u-boot/fs/ |
| A D | fs.c | 216 .read = ext4_read_file,
|
Completed in 11 milliseconds