Searched refs:bcache_get_block (Results 1 – 5 of 5) sorted by relevance
/lk-master/lib/bcache/include/lib/ |
A D | bcache.h | 20 int bcache_get_block(bcache_t, void **, uint block);
|
/lk-master/lib/fs/ext2/ |
A D | io.c | 22 return bcache_get_block(ext2->cache, ptr, bnum); in ext2_get_block()
|
A D | ext2.c | 226 err = bcache_get_block(ext2->cache, &cache_ptr, bnum); in ext2_load_inode()
|
/lk-master/lib/fs/fat32/ |
A D | file.c | 33 int err = bcache_get_block(fat->cache, &cache_ptr, bnum); in fat32_next_cluster_in_chain()
|
/lk-master/lib/bcache/ |
A D | bcache.c | 213 int bcache_get_block(bcache_t _cache, void **ptr, uint blocknum) { in bcache_get_block() function
|
Completed in 5 milliseconds