Home
last modified time | relevance | path

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

/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c277 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 …]
/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c196 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()
Dsquashfs_fs_sb.h57 struct squashfs_cache *block_cache; member
Dsymlink.c84 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_readpage()
Dcache.c342 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc64 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()
Dtsan_rtl.h393 DenseSlabAllocCache block_cache; member
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h56 struct squashfs_cache *block_cache; member
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs_sb.h48 struct squashfs_cache *block_cache; member