Lines Matching refs:prevSpace
139 … if ((current->prevSpace != NULL) && (current->prevSpace->lastLBA < (current->firstLBA - 1))) { in AddEmptySpaces()
140 AddEmptySpace(current->prevSpace->lastLBA + 1, current->firstLBA - 1); in AddEmptySpaces()
153 if (theSpace->prevSpace != NULL) in UnlinkSpace()
154 theSpace->prevSpace->nextSpace = theSpace->nextSpace; in UnlinkSpace()
156 theSpace->nextSpace->prevSpace = theSpace->prevSpace; in UnlinkSpace()
160 lastSpace = theSpace->prevSpace; in UnlinkSpace()
162 theSpace->prevSpace = NULL; in UnlinkSpace()
172 theSpace->prevSpace = NULL; in LinkToEnd()
174 theSpace->prevSpace = lastSpace; in LinkToEnd()
199 oldLast = earliest->prevSpace; in SortSpaces()
563 while ((delta < 0) && (currentSpace->prevSpace != NULL)) { in ChangeSpaceSelection()
564 currentSpace = currentSpace->prevSpace; in ChangeSpaceSelection()