Searched refs:ext4fs_read (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_ext.c | 44 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 D | ext4fs.c | 202 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 D | ext4fs.su | |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ext4fs.h | 140 int ext4fs_read(char *buf, loff_t offset, loff_t len, loff_t *actread);
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |