HomeSort by relevance Sort by last modified time
    Searched refs:ext2_inode_cache (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/ext2fs/
ext2fsP.h 65 struct ext2_inode_cache { struct
freefs.c 20 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache);
99 static void ext2fs_free_inode_cache(struct ext2_inode_cache *icache)
inode.c 79 retval = ext2fs_get_mem(sizeof(struct ext2_inode_cache), &fs->icache);
83 memset(fs->icache, 0, sizeof(struct ext2_inode_cache));
ext2fs.h 247 struct ext2_inode_cache *icache;
    [all...]

Completed in 17 milliseconds