Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dext4.c108 err = ext4_read_file(CONFIG_ENV_EXT4_FILE, buf, 0, CONFIG_ENV_SIZE, in env_ext4_load()
/openbmc/u-boot/include/
H A Dext4fs.h152 int ext4_read_file(const char *filename, void *buf, loff_t offset, loff_t len,
/openbmc/u-boot/fs/ext4/
H A Dext4fs.c223 int ext4_read_file(const char *filename, void *buf, loff_t offset, loff_t len, in ext4_read_file() function
/openbmc/u-boot/fs/
H A Dfs.c197 .read = ext4_read_file,