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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp43 fEntryCapacity(0),
58 if (fEntryCount == fEntryCapacity) {
60 uint32 newCapacity = std::max(fEntryCapacity * 2, (uint32)8);
67 fEntryCapacity = newCapacity;
139 uint32 fEntryCapacity; member in struct:FUSEVolume::DirEntryCache

Completed in 39 milliseconds