Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp19 fNodeTableElementCount(0), in AllocationInfo()
58 fNodeTableElementCount += elementCount; in AddNodeTableAllocation()
163 PRINT(" elements: %9lu\n", fNodeTableElementCount); in Dump()
H A DAllocationInfo.h38 size_t fNodeTableElementCount; variable