Home
last modified time | relevance | path

Searched refs:squashfs_cache_init (Results 1 – 3 of 3) sorted by relevance

/linux/fs/squashfs/
H A Dsquashfs.h28 extern struct squashfs_cache *squashfs_cache_init(char *, int, int);
H A Dsuper.c322 msblk->block_cache = squashfs_cache_init("metadata", in squashfs_fill_super()
330 msblk->read_page = squashfs_cache_init("data", in squashfs_fill_super()
415 msblk->fragment_cache = squashfs_cache_init("fragment", in squashfs_fill_super()
H A Dcache.c223 struct squashfs_cache *squashfs_cache_init(char *name, int entries, in squashfs_cache_init() function