Home
last modified time | relevance | path

Searched refs:bestStart (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp657 fsblock_t bestStart = 0; in AllocateBlocks() local
674 bestStart = group->LargestStart(); in AllocateBlocks()
680 B_PRIu64 "\n", groupNum, bestStart, in AllocateBlocks()
681 bestStart + bestLength); in AllocateBlocks()
711 B_PRIu32 ", %" B_PRIu64 "-%" B_PRIu64 "\n", bestGroup, bestStart, in AllocateBlocks()
712 bestStart + bestLength); in AllocateBlocks()
714 status_t status = fGroups[bestGroup].Allocate(transaction, bestStart, in AllocateBlocks()
722 start = bestStart; in AllocateBlocks()
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp773 int32 bestStart = -1; in AllocateBlocks() local
798 bestStart = group.fLargestStart; in AllocateBlocks()
841 bestStart = currentStart; in AllocateBlocks()
850 bestStart = currentStart; in AllocateBlocks()
891 bestStart = currentStart; in AllocateBlocks()
923 if (fGroups[bestGroup].Allocate(transaction, bestStart, bestLength) != B_OK) in AllocateBlocks()
929 run.start = HOST_ENDIAN_TO_BFS_INT16(bestStart); in AllocateBlocks()