Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp25 fAttributeSize(0), in AllocationInfo()
78 fAttributeSize += size; in AddAttributeAllocation()
175 PRINT(" attributes: %9lu, size: %9lu\n", fAttributeCount, fAttributeSize); in Dump()
H A DAllocationInfo.h44 size_t fAttributeSize; variable