Home
last modified time | relevance | path

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

/linux-2.6.39/fs/squashfs/
Dsuper.c202 msblk->block_cache = squashfs_cache_init("metadata", in squashfs_fill_super()
204 if (msblk->block_cache == NULL) in squashfs_fill_super()
309 squashfs_cache_delete(msblk->block_cache); in squashfs_fill_super()
361 squashfs_cache_delete(sbi->block_cache); in squashfs_put_super()
Dsquashfs_fs_sb.h58 struct squashfs_cache *block_cache; member
Dsymlink.c84 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_readpage()
Dcache.c341 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata()