Lines Matching refs:lastSpace
57 lastSpace = NULL;
86 lastSpace = NULL;
140 if ((current == lastSpace) && (current->lastLBA < GetLastUsableLBA())) {
164 if (theSpace == lastSpace)
165 lastSpace = theSpace->prevSpace;
174 if (lastSpace == NULL) {
175 firstSpace = lastSpace = theSpace;
179 theSpace->prevSpace = lastSpace;
181 lastSpace->nextSpace = theSpace;
182 lastSpace = theSpace;
192 oldLast = lastSpace;
193 firstSpace = lastSpace = NULL;
319 currentSpace = lastSpace;