Lines Matching refs:Space
59 // A "Space" is a partition or an unallocated chunk of disk space, maintained
65 struct Space {
70 Space *nextSpace;
71 Space *prevSpace;
78 Space *firstSpace;
79 Space *lastSpace;
80 Space *currentSpace;
92 void UnlinkSpace(Space *theSpace);
93 void LinkToEnd(Space *theSpace);
98 Space* ShowSpace(int spaceNum, int lineNum);