Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp52 || ReservedGDTBlocks() > (1UL << BlockShift()) / 4 in IsValid()
H A Dext2.h140 uint16 ReservedGDTBlocks() const in ReservedGDTBlocks() function
H A DBlockAllocator.cpp518 first += fVolume->SuperBlock().ReservedGDTBlocks(); in _FirstFreeBlock()