Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp22 fDirectoryEntryTableElementCount(0), in AllocationInfo()
70 fDirectoryEntryTableElementCount += elementCount; in AddDirectoryEntryTableAllocation()
170 PRINT(" elements: %9lu\n", fDirectoryEntryTableElementCount); in Dump()
H A DAllocationInfo.h41 size_t fDirectoryEntryTableElementCount; variable