Searched defs:fileCache (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dfile_cache.cpp38 FileCache* fileCache = new(std::nothrow) FileCache(mountID, vnodeID); local
66 FileCache* fileCache = (FileCache*)cacheRef; local
80 FileCache* fileCache local
95 FileCache* fileCache = (FileCache*)cacheRef; local
106 FileCache* fileCache = (FileCache*)cacheRef; local
128 FileCache* fileCache = (FileCache*)cacheRef; local
143 FileCache* fileCache = (FileCache*)cacheRef; local
157 FileCache* fileCache = (FileCache*)cacheRef; local
171 FileCache* fileCache = (FileCache*)cacheRef; local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp54 void* fileCache; member in struct:Volume::VNode
534 void* fileCache = file_cache_create(GetID(), vnodeID, size); local
564 void* fileCache = vnode->fileCache; local
589 void* fileCache = vnode->fileCache; local
619 void* fileCache = vnode->fileCache; local
641 void* fileCache = vnode->fileCache; local
664 void* fileCache = vnode->fileCache; local
687 void* fileCache = vnode->fileCache; local
[all...]

Completed in 42 milliseconds