Home
last modified time | relevance | path

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

/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp535 kParent = 0x02, enumerator
577 if ((which & kParent) != 0) in DumpBlocks()
578 DumpBlock(kParent, offset, size); in DumpBlocks()
598 } else if ((which & kParent) != 0) { in DumpBlock()
2677 which |= BlockData::kParent; in dump_block_data()
2694 which = BlockData::kCurrent | BlockData::kParent | BlockData::kOriginal; in dump_block_data()