Searched refs:fSymLinkCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp30 fSymLinkCount(0),
107 fSymLinkCount++;
191 PRINT(" symlinks: %9lu, size: %9lu\n", fSymLinkCount, fSymLinkSize);
192 heapCount += fSymLinkCount;
193 heapSize += fSymLinkCount * sizeof(SymLink);
H A DAllocationInfo.h49 size_t fSymLinkCount; member in class:AllocationInfo

Completed in 42 milliseconds