Searched refs:file_offset (Results 1 – 4 of 4) sorted by relevance
| /common/spl/ |
| A D | spl_semihosting.c | 12 static ulong smh_fit_read(struct spl_load_info *load, ulong file_offset, in smh_fit_read() argument 18 if (smh_seek(fd, file_offset)) in smh_fit_read()
|
| A D | spl_blk_fs.c | 21 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read() argument 35 ret = fs_read(dev->filename, virt_to_phys(buf), file_offset, size, in spl_fit_read()
|
| A D | spl_fat.c | 48 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read() argument 56 ret = fat_read_file(filename, buf, file_offset, size, &actread); in spl_fit_read()
|
| A D | spl_ext.c | 11 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read() argument 18 ret = ext4fs_read(buf, file_offset, size, &actlen); in spl_fit_read()
|
Completed in 13 milliseconds