Searched refs:tmp_sec (Results 1 – 2 of 2) sorted by relevance
507 uint8_t tmp_sec[MAX_SECTOR_SIZE]; in eckd_find_bmt() local511 if (virtio_read(blockno, tmp_sec)) { in eckd_find_bmt()515 br = (BootRecord *)tmp_sec; in eckd_find_bmt()683 uint8_t tmp_sec[MAX_SECTOR_SIZE]; in zipl_run() local685 if (virtio_read(pte->blockno, tmp_sec)) { in zipl_run()689 header = (ComponentHeader *)tmp_sec; in zipl_run()691 if (!magic_match(tmp_sec, ZIPL_MAGIC)) { in zipl_run()719 if ((uint8_t *)(&entry[1]) > (tmp_sec + MAX_SECTOR_SIZE)) { in zipl_run()
916 sector_t head_sector, tmp_sec; in stripe_add_to_batch_list() local921 tmp_sec = sh->sector; in stripe_add_to_batch_list()922 if (!sector_div(tmp_sec, conf->chunk_sectors)) in stripe_add_to_batch_list()