Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp31 fSymLinkSize(0), in AllocationInfo()
108 fSymLinkSize += size; in AddSymLinkAllocation()
191 PRINT(" symlinks: %9lu, size: %9lu\n", fSymLinkCount, fSymLinkSize); in Dump()
H A DAllocationInfo.h50 size_t fSymLinkSize; variable