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

/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dfile_cache.cpp37 FileCache* fileCache = new(std::nothrow) FileCache(mountID, vnodeID); local
65 FileCache* fileCache = (FileCache*)cacheRef; local
79 FileCache* fileCache local
94 FileCache* fileCache = (FileCache*)cacheRef; local
105 FileCache* fileCache = (FileCache*)cacheRef; local
127 FileCache* fileCache = (FileCache*)cacheRef; local
142 FileCache* fileCache = (FileCache*)cacheRef; local
156 FileCache* fileCache = (FileCache*)cacheRef; local
170 FileCache* fileCache = (FileCache*)cacheRef; local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp54 void* fileCache; member in struct:Volume::VNode
532 void* fileCache = file_cache_create(GetID(), vnodeID, size); local
562 void* fileCache = vnode->fileCache; local
587 void* fileCache = vnode->fileCache; local
617 void* fileCache = vnode->fileCache; local
639 void* fileCache = vnode->fileCache; local
662 void* fileCache = vnode->fileCache; local
685 void* fileCache = vnode->fileCache; local
[all...]

Completed in 74 milliseconds