Home | History | Annotate | Download | only in gptfdisk

Lines Matching defs:Space

46    { 'n', " New  ", "Create new partition from free space" },
61 // A "Space" is a partition or an unallocated chunk of disk space, maintained
63 // partitions and unallocated chunks of space on the disk in the main
67 struct Space {
72 Space *nextSpace;
73 Space *prevSpace;
80 Space *firstSpace;
81 Space *lastSpace;
82 Space *currentSpace;
94 void UnlinkSpace(Space *theSpace);
95 void LinkToEnd(Space *theSpace);
100 Space* ShowSpace(int spaceNum, int lineNum);