Home
last modified time | relevance | path

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

/linux/fs/squashfs/
A Dsuper.c248 msblk->block_cache = squashfs_cache_init("metadata", in squashfs_fill_super()
250 if (msblk->block_cache == NULL) in squashfs_fill_super()
383 squashfs_cache_delete(msblk->block_cache); in squashfs_fill_super()
478 squashfs_cache_delete(sbi->block_cache); in squashfs_put_super()
A Dsquashfs_fs_sb.h47 struct squashfs_cache *block_cache; member
A Dsymlink.c71 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_readpage()
A Dcache.c344 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata()

Completed in 9 milliseconds