Searched refs:cache (Results 101 - 108 of 108) sorted by relevance

12345

/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp57 vm_cache_ref *cache; member in struct:file_cache_ref
355 //mutex_lock(&ref->cache->lock);
365 //mutex_unlock(&ref->cache->lock);
384 //mutex_unlock(&ref->cache->lock);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp69 kprintf("last fake vnid %" B_PRIdINO ", vnid cache %" B_PRIu32
400 // initialize block cache
404 dprintf("dosfs error: error initializing block cache\n");
585 // Initialize the vnode cache
587 dprintf("dosfs error: error initializing vnode cache\n");
591 // and the dlist cache
593 dprintf("dosfs error: error initializing dlist cache\n");
620 // now that the block cache has been initialised, we can figure
839 add_debugger_command("dfvnid", debug_dfvnid, "find a vnid in the vnid cache");
840 add_debugger_command("dfloc", debug_dfloc, "find a loc in the vnid cache");
[all...]
H A Ddir.cpp1021 entry->cache = file_cache_create(vol->id, vnid, entry->st_size);
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp468 DwarfImageDebugInfo::GetType(GlobalTypeCache* cache, const BString& name, argument
526 DwarfTypeFactory typeFactory(typeContext, fTypeLookup, cache);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp255 void* cache = fTree->fStream->GetVolume()->BlockCache(); local
257 block_cache_set_dirty(cache, fBlockNumber, false, transaction.ID());
258 block_cache_put(cache, fBlockNumber);
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.cpp693 /* Initialize access to the cache so that we can do cached i/o */
694 TRACE(("ISO9660: cache init: dev %d, max blocks %lld\n", volume->fd, maxBlocks));
862 node->cache = NULL;
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c21 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
24 static void match_ctx_free (re_match_context_t *cache) internal_function;
25 static reg_errcode_t match_ctx_add_entry (re_match_context_t *cache, int node,
4233 /* This is a cache that saves negative results of check_dst_limits_calc_pos.
/haiku/src/tools/fs_shell/
H A Dvfs.cpp77 vm_cache_ref *cache; member in struct:FSShell::vnode
628 * Will also make sure that any cache modifications are written back.
636 // write back any changes in this vnode's cache -- but only
2278 // We don't implement an entry cache in the FS shell.
2287 // We don't implement an entry cache in the FS shell.
2295 // We don't implement an entry cache in the FS shell.

Completed in 92 milliseconds

12345