Searched refs:header_crc32 (Results 1 – 2 of 2) sorted by relevance
93 memcpy(&crc32_backup, &gpt_h->header_crc32, sizeof(crc32_backup)); in validate_gpt_header()94 memset(&gpt_h->header_crc32, 0, sizeof(gpt_h->header_crc32)); in validate_gpt_header()99 memcpy(&gpt_h->header_crc32, &crc32_backup, sizeof(crc32_backup)); in validate_gpt_header()181 gpt_h->header_crc32 = 0; in prepare_backup_gpt_header()185 gpt_h->header_crc32 = cpu_to_le32(calc_crc32); in prepare_backup_gpt_header()417 gpt_head->header_crc32 = 0; in part_efi_repair()430 gpt_head->header_crc32 = calc_crc32; in part_efi_repair()447 gpt_head->header_crc32 = 0; in part_efi_repair()459 gpt_head->header_crc32 = calc_crc32; in part_efi_repair()622 gpt_h->header_crc32 = cpu_to_le32(calc_crc32); in write_gpt_table()[all …]
80 __le32 header_crc32; member