Lines Matching refs:disk
130 //Path to block dev representing the disk
132 //Block size of disk
141 //GPT disk methods
144 void gpt_disk_free(struct gpt_disk *disk);
145 //Get the details of the disk holding the partition whose name
147 int gpt_disk_get_disk_info(const char *dev, struct gpt_disk *disk);
150 uint8_t* gpt_disk_get_pentry(struct gpt_disk *disk,
154 //Update the crc fields of the modified disk structure
155 int gpt_disk_update_crc(struct gpt_disk *disk);
157 //Write the contents of struct gpt_disk back to the actual disk
158 int gpt_disk_commit(struct gpt_disk *disk);
183 //populate the map to indicate which physical disk each of the partitions