Home
last modified time | relevance | path

Searched defs:_gpt_entry (Results 1 – 1 of 1) sorted by relevance

/linux/block/partitions/
H A Defi.h84 typedef struct _gpt_entry { struct
85 efi_guid_t partition_type_guid;
86 efi_guid_t unique_partition_guid;
87 __le64 starting_lba;
88 __le64 ending_lba;
89 gpt_entry_attributes attributes;
90 __le16 partition_name[72/sizeof(__le16)];