Lines Matching refs:blks_read
1033 long blk_cnt, blks_read; in extract_boot_image_v012_header() local
1041 blks_read = blk_dread(dev_desc, boot_img->start, blk_cnt, hdr); in extract_boot_image_v012_header()
1042 if (blks_read != blk_cnt) { in extract_boot_image_v012_header()
1044 blk_cnt, blks_read); in extract_boot_image_v012_header()
1067 long blk_cnt, blks_read; in extract_boot_image_v34_header() local
1075 blks_read = blk_dread(dev_desc, boot_img->start, blk_cnt, boot_hdr); in extract_boot_image_v34_header()
1076 if (blks_read != blk_cnt) { in extract_boot_image_v34_header()
1078 blk_cnt, blks_read); in extract_boot_image_v34_header()
1108 long blk_cnt, blks_read; in extract_vendor_boot_image_v34_header() local
1118 blks_read = blk_dread(dev_desc, part_vendor_boot->start, in extract_vendor_boot_image_v34_header()
1120 if (blks_read != blk_cnt) { in extract_vendor_boot_image_v34_header()
1122 blk_cnt, blks_read); in extract_vendor_boot_image_v34_header()