Lines Matching refs:blks_read
1007 long blk_cnt, blks_read; in extract_boot_image_v012_header() local
1015 blks_read = blk_dread(dev_desc, boot_img->start, blk_cnt, hdr); in extract_boot_image_v012_header()
1016 if (blks_read != blk_cnt) { in extract_boot_image_v012_header()
1018 blk_cnt, blks_read); in extract_boot_image_v012_header()
1041 long blk_cnt, blks_read; in extract_boot_image_v34_header() local
1049 blks_read = blk_dread(dev_desc, boot_img->start, blk_cnt, boot_hdr); in extract_boot_image_v34_header()
1050 if (blks_read != blk_cnt) { in extract_boot_image_v34_header()
1052 blk_cnt, blks_read); in extract_boot_image_v34_header()
1091 long blk_cnt, blks_read; in extract_vendor_boot_image_v34_header() local
1101 blks_read = blk_dread(dev_desc, part_vendor_boot->start, in extract_vendor_boot_image_v34_header()
1103 if (blks_read != blk_cnt) { in extract_vendor_boot_image_v34_header()
1105 blk_cnt, blks_read); in extract_vendor_boot_image_v34_header()