Searched refs:fEntryCount (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp27 fEntryCount(0),
104 fEntryCount++;
203 PRINT((" entries: %9lu\n", fEntryCount));
204 heapCount += fEntryCount;
205 heapSize += fEntryCount * sizeof(Entry);
H A DAllocationInfo.h50 size_t fEntryCount; member in class:AllocationInfo
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAllocationInfo.cpp27 fEntryCount(0),
104 fEntryCount++;
203 PRINT((" entries: %9lu\n", fEntryCount));
204 heapCount += fEntryCount;
205 heapSize += fEntryCount * sizeof(Entry);
H A DAllocationInfo.h50 size_t fEntryCount; member in class:AllocationInfo
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp37 fEntryCount(0),
53 if (fEntryCount == fEntryCapacity) {
81 fEntries[fEntryCount].nodeID = nodeID;
82 fEntries[fEntryCount].nameOffset = fNamesSize;
83 fEntries[fEntryCount].nameSize = nameSize;
84 fEntryCount++;
94 return fEntryCount;
106 if (index >= fEntryCount)
139 uint32 fEntryCount; member in struct:FUSEVolume::DirEntryCache

Completed in 124 milliseconds