Home
last modified time | relevance | path

Searched refs:ext2_inode_cache (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dfreefs.c20 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache);
71 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache) in ext2fs_free_inode_cache()
Dext2fsP.h67 struct ext2_inode_cache { struct
Dinode.c80 retval = ext2fs_get_mem(sizeof(struct ext2_inode_cache), &fs->icache); in create_icache()
84 memset(fs->icache, 0, sizeof(struct ext2_inode_cache)); in create_icache()
Dext2fs.h255 struct ext2_inode_cache *icache;