Searched defs:_cache (Results 1 – 1 of 1) sorted by relevance
90 void bcache_destroy(bcache_t _cache) { in bcache_destroy()198 int bcache_read_block(bcache_t _cache, void *buf, uint blocknum) { in bcache_read_block()213 int bcache_get_block(bcache_t _cache, void **ptr, uint blocknum) { in bcache_get_block()233 int bcache_put_block(bcache_t _cache, uint blocknum) { in bcache_put_block()
Completed in 3 milliseconds