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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h85 int32 cacheCount; member in struct:UserlandFS::FUSENode
94 cacheCount(0),
H A DFUSEVolume.cpp1810 if (node->cacheCount > 0) {
1817 node->cacheCount = 0;
1820 if (node->cacheCount == 0) {
1835 // Increment cacheCount by extra 1 if the cache is kept to prevent
1837 node->cacheCount += 1 + cookie->keep_cache + llCookie.keep_cache;
1884 if (S_ISREG(node->type) && node->cacheCount > 0) {
1885 --node->cacheCount;
1886 if (node->cacheCount == 0) {
1953 if (S_ISREG(node->type) && node->cacheCount > 0) {
1985 if (S_ISREG(node->type) && node->cacheCount >
[all...]

Completed in 30 milliseconds