Home | History | Annotate | Download | only in gpt

Lines Matching refs:map_data

275 	    write(gpt->fd, map->map_data, count) != (ssize_t)count)
592 hdr = map ? map->map_data : NULL;
713 return gpt->gpt->map_data;
719 struct gpt_hdr *hdr = map->map_data;
721 hdr->hdr_crc_table = htole32(crc32(tbl->map_data,
776 struct gpt_hdr *hdr = map->map_data;
777 return (void *)((char *)tbl->map_data + i * le32toh(hdr->hdr_entsz));
901 hdr = gpt->gpt->map_data;
923 ent = gpt->tbl->map_data;
939 MAP_TYPE_SEC_GPT_TBL, gpt->tbl->map_data, 0)) == NULL) {
944 memcpy(gpt->tpg->map_data, gpt->gpt->map_data, gpt->secsz);
946 hdr = gpt->tpg->map_data;
1117 hdr = gpt->tpg->map_data;