Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bootcount/
H A Dbootcount_ext.c39 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 Dfs.c518 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 Dext4fs.c224 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 Dandroid_bootloader.c194 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()