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

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

Completed in 146 milliseconds