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

/haiku/src/system/kernel/fs/
H A DEntryCache.cpp7 #include "EntryCache.h"
47 // #pragma mark - EntryCache
50 EntryCache::EntryCache() function in class:EntryCache
62 EntryCache::~EntryCache()
78 EntryCache::Init()
106 EntryCache::Add(ino_t dirID, const char* name, ino_t nodeID, bool missing)
148 EntryCache::Remove(ino_t dirID, const char* name)
176 EntryCache
[all...]
H A DEntryCache.h85 class EntryCache { class
87 EntryCache();
88 ~EntryCache();
H A Dvfs.cpp63 #include "EntryCache.h"
170 EntryCache entry_cache;

Completed in 57 milliseconds