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 function in class:AllocationBlockGroup
670 group->LargestLength());
672 if (group->LargestLength() > bestLength) {
675 bestLength = group->LargestLength();

Completed in 32 milliseconds