Home
last modified time | relevance | path

Searched refs:_cache (Results 1 – 1 of 1) sorted by relevance

/lk-master/lib/bcache/
A Dbcache.c90 void bcache_destroy(bcache_t _cache) { in bcache_destroy() argument
91 struct bcache *cache = _cache; in bcache_destroy()
198 int bcache_read_block(bcache_t _cache, void *buf, uint blocknum) { in bcache_read_block() argument
199 struct bcache *cache = _cache; in bcache_read_block()
213 int bcache_get_block(bcache_t _cache, void **ptr, uint blocknum) { in bcache_get_block() argument
214 struct bcache *cache = _cache; in bcache_get_block()
233 int bcache_put_block(bcache_t _cache, uint blocknum) { in bcache_put_block() argument
234 struct bcache *cache = _cache; in bcache_put_block()

Completed in 4 milliseconds