Searched refs:block_cache (Results 1 – 9 of 9) sorted by relevance
277 if (msblk->block_cache[i].block == block) in squashfs_get_cached_block()287 if (msblk->block_cache[i].block != in squashfs_get_cached_block()305 if (msblk->block_cache[i].block == in squashfs_get_cached_block()307 if (!(msblk->block_cache[i].data = in squashfs_get_cached_block()317 msblk->block_cache[i].block = SQUASHFS_USED_BLK; in squashfs_get_cached_block()320 if (!(msblk->block_cache[i].length = in squashfs_get_cached_block()322 msblk->block_cache[i].data, in squashfs_get_cached_block()331 msblk->block_cache[i].block = block; in squashfs_get_cached_block()332 msblk->block_cache[i].next_index = next_index; in squashfs_get_cached_block()336 if (msblk->block_cache[i].block != block) { in squashfs_get_cached_block()[all …]
196 msblk->block_cache = squashfs_cache_init("metadata", in squashfs_fill_super()198 if (msblk->block_cache == NULL) in squashfs_fill_super()280 squashfs_cache_delete(msblk->block_cache); in squashfs_fill_super()329 squashfs_cache_delete(sbi->block_cache); in squashfs_put_super()
57 struct squashfs_cache *block_cache; member
84 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_readpage()
342 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata()
64 u32 idx = block_alloc_.Alloc(&thr->block_cache); in AllocBlock()99 block_alloc_.Free(&thr->block_cache, idx & ~kFlagMask); in FreeRange()283 block_alloc_.FlushCache(&thr->block_cache); in OnThreadIdle()
393 DenseSlabAllocCache block_cache; member
56 struct squashfs_cache *block_cache; member
48 struct squashfs_cache *block_cache; member