Lines Matching refs:lastSpace
52 lastSpace = NULL; in GPTDataCurses()
81 lastSpace = NULL; in EmptySpaces()
135 if ((current == lastSpace) && (current->lastLBA < GetLastUsableLBA())) { in AddEmptySpaces()
159 if (theSpace == lastSpace) in UnlinkSpace()
160 lastSpace = theSpace->prevSpace; in UnlinkSpace()
169 if (lastSpace == NULL) { in LinkToEnd()
170 firstSpace = lastSpace = theSpace; in LinkToEnd()
174 theSpace->prevSpace = lastSpace; in LinkToEnd()
176 lastSpace->nextSpace = theSpace; in LinkToEnd()
177 lastSpace = theSpace; in LinkToEnd()
187 oldLast = lastSpace; in SortSpaces()
188 firstSpace = lastSpace = NULL; in SortSpaces()
314 currentSpace = lastSpace; in DeletePartition()