Lines Matching refs:prevSpace
144 if ((current->prevSpace != NULL) && (current->prevSpace->lastLBA < (current->firstLBA - 1))) {
145 AddEmptySpace(current->prevSpace->lastLBA + 1, current->firstLBA - 1);
158 if (theSpace->prevSpace != NULL)
159 theSpace->prevSpace->nextSpace = theSpace->nextSpace;
161 theSpace->nextSpace->prevSpace = theSpace->prevSpace;
165 lastSpace = theSpace->prevSpace;
167 theSpace->prevSpace = NULL;
177 theSpace->prevSpace = NULL;
179 theSpace->prevSpace = lastSpace;
204 oldLast = earliest->prevSpace;
578 while ((delta < 0) && (currentSpace->prevSpace != NULL)) {
579 currentSpace = currentSpace->prevSpace;