Home
last modified time | relevance | path

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

/linux-6.6.21/fs/squashfs/
Dsquashfs.h22 extern struct squashfs_cache *squashfs_cache_init(char *, int, int);
Dsuper.c319 msblk->block_cache = squashfs_cache_init("metadata", in squashfs_fill_super()
325 msblk->read_page = squashfs_cache_init("data", in squashfs_fill_super()
407 msblk->fragment_cache = squashfs_cache_init("fragment", in squashfs_fill_super()
Dcache.c223 struct squashfs_cache *squashfs_cache_init(char *name, int entries, in squashfs_cache_init() function