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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp150 DirEntryCache* entryCache; member in struct:FUSEVolume::DirCookie
156 entryCache(NULL),
171 delete entryCache;
2235 if (cookie->entryCache == NULL) {
2310 if (cookie->entryCache != NULL) {
2314 && cookie->entryCache->ReadDirent(cookie->currentEntryIndex, fID,
2338 delete cookie->entryCache;
2339 cookie->entryCache = NULL;
3570 if (buffer->cookie->entryCache == NULL) {
3572 buffer->cookie->entryCache
[all...]

Completed in 79 milliseconds