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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp27 fEntryCount(0),
92 fEntryCount++;
183 PRINT(" entries: %9lu\n", fEntryCount);
184 heapCount += fEntryCount;
185 heapSize += fEntryCount * sizeof(Entry);
H A DAllocationInfo.h46 size_t fEntryCount; member in class:AllocationInfo
/haiku/src/system/libroot/os/
H A Dimage.cpp32 fEntryCount(0),
70 if (fNextEntryIndex < fEntryCount
140 fEntries[fEntryCount].replacement = out;
141 fEntries[fEntryCount].index = _FindEnvEntry(env, envCount, out,
143 if (fEntries[fEntryCount].index < 0)
145 fEntryCount++;
150 if (fEntryCount > 1)
151 std::sort(fEntries, fEntries + fEntryCount);
155 while (fNextEntryIndex < fEntryCount
196 size_t fEntryCount; member in struct:EnvironmentFilter
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp42 fEntryCount(0),
58 if (fEntryCount == fEntryCapacity) {
86 fEntries[fEntryCount].nodeID = nodeID;
87 fEntries[fEntryCount].nameOffset = fNamesSize;
88 fEntries[fEntryCount].nameSize = nameSize;
89 fEntryCount++;
99 return fEntryCount;
105 if (index >= fEntryCount)
138 uint32 fEntryCount; member in struct:FUSEVolume::DirEntryCache

Completed in 49 milliseconds