Lines Matching defs:dev_desc
201 int get_disk_guid(struct blk_desc * dev_desc, char *guid) in get_disk_guid()
219 void part_print_efi(struct blk_desc *dev_desc) in part_print_efi()
266 int part_get_info_efi(struct blk_desc *dev_desc, int part, in part_get_info_efi()
318 static int part_test_efi(struct blk_desc *dev_desc) in part_test_efi()
336 static int set_protective_mbr(struct blk_desc *dev_desc) in set_protective_mbr()
371 int write_gpt_table(struct blk_desc *dev_desc, in write_gpt_table()
419 int gpt_fill_pte(struct blk_desc *dev_desc, in gpt_fill_pte()
539 static uint32_t partition_entries_offset(struct blk_desc *dev_desc) in partition_entries_offset()
586 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h, in gpt_fill_header()
610 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore()
677 int gpt_verify_headers(struct blk_desc *dev_desc, gpt_header *gpt_head, in gpt_verify_headers()
705 int gpt_verify_partitions(struct blk_desc *dev_desc, in gpt_verify_partitions()
783 int is_valid_gpt_buf(struct blk_desc *dev_desc, void *buf) in is_valid_gpt_buf()
804 int write_mbr_and_gpt_partitions(struct blk_desc *dev_desc, void *buf) in write_mbr_and_gpt_partitions()
929 static int is_gpt_valid(struct blk_desc *dev_desc, u64 lba, in is_gpt_valid()
998 static int find_valid_gpt(struct blk_desc *dev_desc, gpt_header *gpt_head, in find_valid_gpt()
1032 static gpt_entry *alloc_read_gpt_entries(struct blk_desc *dev_desc, in alloc_read_gpt_entries()