Searched refs:_cache (Results 1 – 1 of 1) sorted by relevance
90 void bcache_destroy(bcache_t _cache) { in bcache_destroy() argument91 struct bcache *cache = _cache; in bcache_destroy()198 int bcache_read_block(bcache_t _cache, void *buf, uint blocknum) { in bcache_read_block() argument199 struct bcache *cache = _cache; in bcache_read_block()213 int bcache_get_block(bcache_t _cache, void **ptr, uint blocknum) { in bcache_get_block() argument214 struct bcache *cache = _cache; in bcache_get_block()233 int bcache_put_block(bcache_t _cache, uint blocknum) { in bcache_put_block() argument234 struct bcache *cache = _cache; in bcache_put_block()
Completed in 4 milliseconds