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

/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp1272 uint32 partialBytes = newSize % B_PAGE_SIZE; local
1273 if (partialBytes != 0) {
1274 vm_page* page = cache->LookupPage(newSize - partialBytes);
1277 + partialBytes, 0, B_PAGE_SIZE - partialBytes);

Completed in 59 milliseconds