Home
last modified time | relevance | path

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

/external/u-boot/include/
Dext4fs.h120 struct ext_block_cache { struct
157 struct ext_block_cache *cache);
164 void ext_cache_init(struct ext_block_cache *cache);
165 void ext_cache_fini(struct ext_block_cache *cache);
166 int ext_cache_read(struct ext_block_cache *cache, lbaint_t block, int size);
/external/u-boot/fs/ext4/
Dext4fs.c66 struct ext_block_cache cache; in ext4fs_read_file()
273 void ext_cache_init(struct ext_block_cache *cache) in ext_cache_init()
278 void ext_cache_fini(struct ext_block_cache *cache) in ext_cache_fini()
284 int ext_cache_read(struct ext_block_cache *cache, lbaint_t block, int size) in ext_cache_read()
Dext4_common.c1526 (struct ext2_data *data, struct ext_block_cache *cache, in ext4fs_get_extent_block()
1643 struct ext_block_cache *cache) in read_allocated_block()
1660 struct ext_block_cache *c, cd; in read_allocated_block()