Home
last modified time | relevance | path

Searched refs:block_cache (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/squashfs/
H A Dsuper.c317 msblk->block_cache = squashfs_cache_init("metadata", in squashfs_fill_super()
319 if (IS_ERR(msblk->block_cache)) { in squashfs_fill_super()
320 err = PTR_ERR(msblk->block_cache); in squashfs_fill_super()
470 squashfs_cache_delete(msblk->block_cache); in squashfs_fill_super()
590 squashfs_cache_delete(sbi->block_cache); in squashfs_put_super()
H A Dsquashfs_fs_sb.h47 struct squashfs_cache *block_cache; member
H A Dsymlink.c72 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_read_folio()
H A Dcache.c348 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata()