Home
last modified time | relevance | path

Searched refs:ext4_read_file (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/
A Dext4fs.h162 int ext4_read_file(const char *filename, void *buf, loff_t offset, loff_t len,
/u-boot/env/
A Dext4.c164 err = ext4_read_file(CONFIG_ENV_EXT4_FILE, buf, 0, CONFIG_ENV_SIZE, in env_ext4_load()
/u-boot/fs/ext4/
A Dext4fs.c244 int ext4_read_file(const char *filename, void *buf, loff_t offset, loff_t len, in ext4_read_file() function
/u-boot/fs/
A Dfs.c216 .read = ext4_read_file,

Completed in 11 milliseconds