Searched refs:len_read (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/bootcount/ |
| H A D | bootcount_ext.c | 39 loff_t len_read; in bootcount_load() local 49 0, 2, &len_read); in bootcount_load() 50 if (ret != 0 || len_read != 2) { in bootcount_load()
|
| /OK3568_Linux_fs/u-boot/fs/ |
| H A D | fs.c | 518 loff_t len_read; in do_load() local 561 ret = fs_read(filename, addr, pos, bytes, &len_read); in do_load() 566 printf("%llu bytes read in %lu ms", len_read, time); in do_load() 569 print_size(div_u64(len_read, time) * 1000, "/s"); in do_load() 575 env_set_hex("filesize", len_read); in do_load()
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4fs.c | 224 loff_t *len_read) in ext4_read_file() argument 238 return ext4fs_read(buf, offset, len, len_read); in ext4_read_file()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | android_bootloader.c | 194 loff_t len_read; in android_bootloader_get_fdt() local 222 ret = fs_read(load_file_name, addr, pos, bytes, &len_read); in android_bootloader_get_fdt()
|