Lines Matching refs:le32_to_cpu

97 		le32_to_cpu(gpt_h->header_size));  in validate_gpt_header()
101 if (calc_crc32 != le32_to_cpu(crc32_backup)) { in validate_gpt_header()
104 le32_to_cpu(crc32_backup), calc_crc32); in validate_gpt_header()
156 le32_to_cpu(gpt_h->num_partition_entries) * in validate_gpt_entries()
157 le32_to_cpu(gpt_h->sizeof_partition_entry)); in validate_gpt_entries()
159 if (calc_crc32 != le32_to_cpu(gpt_h->partition_entry_array_crc32)) { in validate_gpt_entries()
162 le32_to_cpu(gpt_h->partition_entry_array_crc32), in validate_gpt_entries()
184 le32_to_cpu(gpt_h->header_size)); in prepare_backup_gpt_header()
256 for (i = 0; i < le32_to_cpu(gpt_head->num_partition_entries); i++) { in part_print_efi()
337 if (part > le32_to_cpu(gpt_head->num_partition_entries) || in part_get_info_efi()
398 le32_to_cpu(gpt_head->num_partition_entries) * in gpt_entry_modify()
399 le32_to_cpu(gpt_head->sizeof_partition_entry)); in gpt_entry_modify()
429 le32_to_cpu(gpt_head->header_size)); in part_efi_repair()
436 count = le32_to_cpu(gpt_head->num_partition_entries) * in part_efi_repair()
437 le32_to_cpu(gpt_head->sizeof_partition_entry); in part_efi_repair()
458 le32_to_cpu(gpt_head->header_size)); in part_efi_repair()
474 count = le32_to_cpu(gpt_head->num_partition_entries) * in part_efi_repair()
475 le32_to_cpu(gpt_head->sizeof_partition_entry); in part_efi_repair()
616 le32_to_cpu(gpt_h->num_partition_entries) * in write_gpt_table()
617 le32_to_cpu(gpt_h->sizeof_partition_entry)); in write_gpt_table()
621 le32_to_cpu(gpt_h->header_size)); in write_gpt_table()
1067 gpt_e_blk_cnt = BLOCK_CNT((le32_to_cpu(gpt_h->num_partition_entries) * in write_mbr_and_gpt_partitions()
1068 le32_to_cpu(gpt_h->sizeof_partition_entry)), in write_mbr_and_gpt_partitions()
1265 count = le32_to_cpu(pgpt_head->num_partition_entries) * in alloc_read_gpt_entries()
1266 le32_to_cpu(pgpt_head->sizeof_partition_entry); in alloc_read_gpt_entries()
1269 (u32) le32_to_cpu(pgpt_head->num_partition_entries), in alloc_read_gpt_entries()
1270 (u32) le32_to_cpu(pgpt_head->sizeof_partition_entry), in alloc_read_gpt_entries()