Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:lastSpace

52    lastSpace = NULL;
81 lastSpace = NULL;
135 if ((current == lastSpace) && (current->lastLBA < GetLastUsableLBA())) {
159 if (theSpace == lastSpace)
160 lastSpace = theSpace->prevSpace;
169 if (lastSpace == NULL) {
170 firstSpace = lastSpace = theSpace;
174 theSpace->prevSpace = lastSpace;
176 lastSpace->nextSpace = theSpace;
177 lastSpace = theSpace;
187 oldLast = lastSpace;
188 firstSpace = lastSpace = NULL;
314 currentSpace = lastSpace;