Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/env/
H A Dext4.c102 err = ext4_read_file(EXT4_ENV_FILE, buf, 0, CONFIG_ENV_SIZE, &off); in env_ext4_load()
/rk3399_rockchip-uboot/include/
H A Dext4fs.h153 int ext4_read_file(const char *filename, void *buf, loff_t offset, loff_t len,
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/fs/
H A Dfs.c180 .read = ext4_read_file,