Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp21 fDirectoryEntryTableVectorSize(0), in AllocationInfo()
69 fDirectoryEntryTableVectorSize += vectorSize * elementSize; in AddDirectoryEntryTableAllocation()
169 PRINT(" vector size: %9lu\n", fDirectoryEntryTableVectorSize); in Dump()
173 + fDirectoryEntryTableVectorSize; in Dump()
H A DAllocationInfo.h40 size_t fDirectoryEntryTableVectorSize; variable