Searched refs:bcache_read_block (Results 1 – 3 of 3) sorted by relevance
17 int bcache_read_block(bcache_t, void *, uint block);
18 return bcache_read_block(ext2->cache, buf, bnum); in ext2_read_block()
198 int bcache_read_block(bcache_t _cache, void *buf, uint blocknum) { in bcache_read_block() function
Completed in 2 milliseconds