Home
last modified time | relevance | path

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

/u-boot/include/
A Dext4fs.h122 struct ext_block_cache { struct
159 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);
/u-boot/fs/ext4/
A Dext4fs.c70 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()
A Dext4_common.c1529 (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