Searched defs:toAllocate (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.cpp274 uint64 toAllocate = std::min(count, kBlocksPerGroup - groupOffset); local
308 uint64 toAllocate = std::min(remaining, kBlocksPerGroup - groupOffset); local
436 uint32 toAllocate = std::min(remaining, local
[all...]

Completed in 32 milliseconds