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

/fs/squashfs/
H A Dsquashfs_fs_sb.h60 struct squashfs_cache *block_cache; member in struct:squashfs_sb_info
H A Dsymlink.c84 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0);
H A Dsuper.c204 msblk->block_cache = squashfs_cache_init("metadata",
206 if (msblk->block_cache == NULL)
338 squashfs_cache_delete(msblk->block_cache);
386 squashfs_cache_delete(sbi->block_cache);
H A Dcache.c354 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0);

Completed in 34 milliseconds