Lines Matching defs:part_usage_info
290 struct part_usage_info { struct
291 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 to
317 daddr_t cur_start; /* may change during editing, just
319 uint32_t cur_flags; /* PTI_* flags from disk_part_info */
329 unsigned int mountflags; /* flags for fstab */
333 unsigned int instflags; /* installer handling flags */
334 uint fs_type, fs_version; /* e.g. FS_LFS, or FS_BSDFS,
358 struct part_usage_info *infos; /* 0 .. num-1 */ argument