Home
last modified time | relevance | path

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

/lk-master/lib/bcache/include/lib/
A Dbcache.h20 int bcache_get_block(bcache_t, void **, uint block);
/lk-master/lib/fs/ext2/
A Dio.c22 return bcache_get_block(ext2->cache, ptr, bnum); in ext2_get_block()
A Dext2.c226 err = bcache_get_block(ext2->cache, &cache_ptr, bnum); in ext2_load_inode()
/lk-master/lib/fs/fat32/
A Dfile.c33 int err = bcache_get_block(fat->cache, &cache_ptr, bnum); in fat32_next_cluster_in_chain()
/lk-master/lib/bcache/
A Dbcache.c213 int bcache_get_block(bcache_t _cache, void **ptr, uint blocknum) { in bcache_get_block() function

Completed in 5 milliseconds