Searched refs:ext_block_cache (Results 1 – 3 of 3) sorted by relevance
122 struct ext_block_cache { struct159 struct ext_block_cache *cache);166 void ext_cache_init(struct ext_block_cache *cache);167 void ext_cache_fini(struct ext_block_cache *cache);168 int ext_cache_read(struct ext_block_cache *cache, lbaint_t block, int size);
70 struct ext_block_cache cache; in ext4fs_read_file()277 void ext_cache_init(struct ext_block_cache *cache) in ext_cache_init()282 void ext_cache_fini(struct ext_block_cache *cache) in ext_cache_fini()288 int ext_cache_read(struct ext_block_cache *cache, lbaint_t block, int size) in ext_cache_read()
1529 (struct ext2_data *data, struct ext_block_cache *cache, in ext4fs_get_extent_block()1646 struct ext_block_cache *cache) in read_allocated_block()1663 struct ext_block_cache *c, cd; in read_allocated_block()
Completed in 7 milliseconds