Searched refs:currentEnd (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp168 // TODO: shouldn't be just: off_t currentEnd = newSize; ??? probably not
170 off_t currentEnd = partition->offset + newSize; local
173 if (child && child->offset + child->size > currentEnd)
174 currentEnd = child->offset + child->size;
176 newSize = currentEnd - partition->offset;

Completed in 39 milliseconds