]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - fs/ext4/ext4_common.h
ext4fs: Add ext4 extent cache for read operations
[karo-tx-uboot.git] / fs / ext4 / ext4_common.h
index 5fa1719f2eebdcaf5107690040d909ee56e1e566..a9fd8c65730ba70db7b11ff3e0ced0ad1e98990a 100644 (file)
@@ -57,6 +57,9 @@ int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode,
 int ext4fs_iterate_dir(struct ext2fs_node *dir, char *name,
                        struct ext2fs_node **fnode, int *ftype);
 
+int ext4fs_build_extent_cache(struct ext2_inode *inode);
+void ext4fs_free_extent_cache(void);
+
 #if defined(CONFIG_EXT4_WRITE)
 uint32_t ext4fs_div_roundup(uint32_t size, uint32_t n);
 int ext4fs_checksum_update(unsigned int i);