Searched defs:DissectedPartition (Results 1 – 1 of 1) sorted by relevance
14 typedef struct DissectedPartition DissectedPartition; typedef19 struct DissectedPartition { struct20 bool found:1;21 bool rw:1;22 bool growfs:1;23 …; /* -1 if there was no partition and the images contains a file system directly */24 …architecture; /* Intended architecture: either native, secondary or unset ARCHITECTURE_INVALID. */25 sd_id128_t uuid; /* Partition entry UUID as reported by the GPT */26 char *fstype;27 char *node;[all …]