Searched refs:block_cache (Results 1 – 3 of 3) sorted by relevance
322 msblk->block_cache = squashfs_cache_init("metadata", in squashfs_fill_super()324 if (IS_ERR(msblk->block_cache)) { in squashfs_fill_super()325 err = PTR_ERR(msblk->block_cache); in squashfs_fill_super()475 squashfs_cache_delete(msblk->block_cache); in squashfs_fill_super()595 squashfs_cache_delete(sbi->block_cache); in squashfs_put_super()
47 struct squashfs_cache *block_cache; member
348 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata()