Searched refs:gpt_hdr (Results 1 – 11 of 11) sorted by relevance
34 struct gpt_hdr { struct61 #define GPT_MIN_HDR_SIZE __offsetof(struct gpt_hdr, padding) argument
76 struct gpt_hdr *hdr; in expand()153 *hdr = *(struct gpt_hdr *)gpt->map_data; in expand()
78 struct gpt_hdr *hdr; in create()180 hdr->hdr_size = htole32(offsetof(struct gpt_hdr, padding)); in create()
147 struct gpt_hdr *hdr; in migrate()223 hdr->hdr_size = htole32(offsetof(struct gpt_hdr, padding)); in migrate()
59 struct gpt_hdr *hdr; in recover()
65 struct gpt_hdr *hdr; in rem()
66 struct gpt_hdr *hdr; in bootset()
67 struct gpt_hdr *hdr; in label()
62 struct gpt_hdr *hdr; in add()
465 struct gpt_hdr *hdr; in gpt_gpt()
67 struct gpt_hdr *gpt; in gptinit()