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

/haiku/src/system/kernel/fs/
H A DEntryCache.cpp53 fGenerations(NULL),
71 delete[] fGenerations;
94 fGenerations = new(std::nothrow) EntryCacheGeneration[fGenerationCount];
96 error = fGenerations[i].Init(entriesSize);
121 fGenerations[entry->generation].entries[entry->index] = NULL;
162 fGenerations[entry->generation].entries[entry->index] = NULL;
198 fGenerations[oldGeneration].entries[entry->index] = NULL;
202 const int32 index = atomic_add(&fGenerations[fCurrentGeneration].next_index, 1);
203 if (index < fGenerations[fCurrentGeneration].entries_size) {
204 fGenerations[fCurrentGeneratio
[all...]
H A DEntryCache.h114 EntryCacheGeneration* fGenerations; member in class:EntryCache

Completed in 29 milliseconds