Home
last modified time | relevance | path

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

/linux/fs/squashfs/
H A Dsuper.c410 msblk->fragment_cache = squashfs_cache_init("fragment", in squashfs_fill_super()
412 if (IS_ERR(msblk->fragment_cache)) { in squashfs_fill_super()
413 err = PTR_ERR(msblk->fragment_cache); in squashfs_fill_super()
471 squashfs_cache_delete(msblk->fragment_cache); in squashfs_fill_super()
591 squashfs_cache_delete(sbi->fragment_cache); in squashfs_put_super()
H A Dsquashfs_fs_sb.h48 struct squashfs_cache *fragment_cache; member
H A Dcache.c388 return squashfs_cache_get(sb, msblk->fragment_cache, start_block,