Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp53 uint32 LargestLength() const;
399 AllocationBlockGroup::LargestLength() const in LargestLength() function in AllocationBlockGroup
670 group->LargestLength()); in AllocateBlocks()
672 if (group->LargestLength() > bestLength) { in AllocateBlocks()
675 bestLength = group->LargestLength(); in AllocateBlocks()