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

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 28 struct squashfs_cache { struct
50 struct squashfs_cache *cache;
57 struct squashfs_cache *block_cache;
58 struct squashfs_cache *fragment_cache;
59 struct squashfs_cache *read_page;
squashfs.h 40 extern struct squashfs_cache *squashfs_cache_init(char *, int, int);
41 extern void squashfs_cache_delete(struct squashfs_cache *);
43 struct squashfs_cache *, u64, int);
cache.c 67 struct squashfs_cache *cache, u64 block, int length)
186 struct squashfs_cache *cache = entry->cache;
208 void squashfs_cache_delete(struct squashfs_cache *cache)
233 struct squashfs_cache *squashfs_cache_init(char *name, int entries,
237 struct squashfs_cache *cache = kzalloc(sizeof(*cache), GFP_KERNEL);
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 40 struct squashfs_cache { struct
56 struct squashfs_cache *block_cache;
57 struct squashfs_cache *fragment_cache;
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 29 struct squashfs_cache { struct
48 struct squashfs_cache *block_cache;
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 1017 if (!(msblk->block_cache = kmalloc(sizeof(struct squashfs_cache) *
    [all...]

Completed in 1231 milliseconds