Lines Matching refs:footer
339 if (s->vhd.footer.type == HD_TYPE_FIXED) in vhd_kill_footer()
549 if (strncmp(s->vhd.footer.crtr_app, "tap", 3)) in vhd_check_version()
552 if (s->vhd.footer.crtr_ver > VHD_CURRENT_VERSION) { in vhd_check_version()
557 s->vhd.footer.crtr_ver, VHD_CURRENT_VERSION); in vhd_check_version()
574 snprintf(buf, sizeof(buf), "%s", s->vhd.footer.crtr_app); in vhd_log_open()
577 s->vhd.file, buf, s->vhd.footer.crtr_ver); in vhd_log_open()
592 s->vhd.file, buf, s->vhd.footer.crtr_ver, s->bat.bat.entries, in vhd_log_open()
649 driver->info.size = s->vhd.footer.curr_size >> VHD_SECTOR_SHIFT; in __vhd_open()
745 err = vhd_write_footer(&s->vhd, &s->vhd.footer); in _vhd_close()
783 if (child->vhd.footer.type != HD_TYPE_DIFF) in vhd_validate_parent()
810 if (vhd_uuid_compare(&child->vhd.header.prt_uuid, &parent->vhd.footer.uuid)) { in vhd_validate_parent()
834 if (s->vhd.footer.type != HD_TYPE_DIFF) in vhd_get_parent_id()
1145 if (s->vhd.footer.type == HD_TYPE_FIXED) in read_bitmap_cache()
1193 if (s->vhd.footer.type == HD_TYPE_FIXED) in read_bitmap_cache_span()
1453 if (s->vhd.footer.type == HD_TYPE_FIXED) { in schedule_data_read()
1498 if (s->vhd.footer.type == HD_TYPE_FIXED) { in schedule_data_write()