Searched defs:part_usage_info (Results 1 – 1 of 1) sorted by relevance
290 struct part_usage_info { struct291 daddr_t size; /* thumb guestimate of size,295 daddr_t def_size; /* default size */296 daddr_t limit; /* max size */297 char mount[MOUNTLEN]; /* where will we mount this? */298 enum part_type type; /* PT_root/PT_swap/PT_EFI_SYSTEM */308 uint flags;309 struct disk_partitions *parts; /* Where does this partition live?315 part_id cur_part_id; /* this may change, but we try to317 daddr_t cur_start; /* may change during editing, just[all …]