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

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs.h 40 extern struct squashfs_cache *squashfs_cache_init(char *, int, int);
super.c 196 msblk->block_cache = squashfs_cache_init("metadata",
202 msblk->read_page = squashfs_cache_init("data", 1, msblk->block_size);
221 msblk->fragment_cache = squashfs_cache_init("fragment",
cache.c 233 struct squashfs_cache *squashfs_cache_init(char *name, int entries, function

Completed in 268 milliseconds