Home
last modified time | relevance | path

Searched refs:ext4fs_read (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_ext.c44 err = ext4fs_read((char *)header, 0, sizeof(struct image_header), &actlen); in spl_load_image_ext()
56 err = ext4fs_read((char *)spl_image->load_addr, 0, filelen, &actlen); in spl_load_image_ext()
99 err = ext4fs_read((void *)CONFIG_SYS_SPL_ARGS_ADDR, 0, filelen, &actlen); in spl_load_image_ext_os()
129 err = ext4fs_read((void *)CONFIG_SYS_SPL_ARGS_ADDR, 0, filelen, &actlen); in spl_load_image_ext_os()
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4fs.c202 int ext4fs_read(char *buf, loff_t offset, loff_t len, loff_t *actread) in ext4fs_read() function
238 return ext4fs_read(buf, offset, len, len_read); in ext4_read_file()
H A Dext4fs.su
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h140 int ext4fs_read(char *buf, loff_t offset, loff_t len, loff_t *actread);
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map