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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp182 uint32 NumBlockBits() const { return fNumBits; } function in class:AllocationBlock
427 if (start + numBlocks > cached.NumBlockBits())
428 numBlocks = cached.NumBlockBits() - start;
487 if (uint32(start + length) > cached.NumBlockBits())
488 freeLength = cached.NumBlockBits() - start;
808 bit < cached.NumBlockBits(); bit++) {
1112 for (uint32 bit = 0; bit < cached.NumBlockBits(); bit++) {
1206 for (uint32 i = firstBit; i < cached.NumBlockBits(); i++) {
1272 for (; blockOffset < cached.NumBlockBits() && length > 0;
H A DCheckVisitor.cpp124 for (uint32 k = 0; k < cached.NumBlockBits(); k++) {

Completed in 68 milliseconds