Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp499 Volume::CheckSuperBlock(const uint8* data, uint32* _offset) in CheckSuperBlock() function in Volume
530 if (CheckSuperBlock(buffer, &offset) != B_OK) in Identify()
H A DVolume.h147 static status_t CheckSuperBlock(const uint8* data,
H A DJournal.cpp517 if (Volume::CheckSuperBlock(cached.Block()) != B_OK) { in _ReplayRunArray()