HomeSort by relevance Sort by last modified time
    Searched refs:block_cache (Results 1 - 9 of 9) sorted by null

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 57 struct squashfs_cache *block_cache; member in struct:squashfs_sb_info
super.c 196 msblk->block_cache = squashfs_cache_init("metadata",
198 if (msblk->block_cache == NULL)
280 squashfs_cache_delete(msblk->block_cache);
329 squashfs_cache_delete(sbi->block_cache);
symlink.c 84 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0);
cache.c 342 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0);
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 56 struct squashfs_cache *block_cache; member in struct:squashfs_sb_info
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 48 struct squashfs_cache *block_cache; member in struct:squashfs_sb_info
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 277 if (msblk->block_cache[i].block == block)
287 if (msblk->block_cache[i].block !=
305 if (msblk->block_cache[i].block ==
307 if (!(msblk->block_cache[i].data =
317 msblk->block_cache[i].block = SQUASHFS_USED_BLK;
320 if (!(msblk->block_cache[i].length =
322 msblk->block_cache[i].data,
331 msblk->block_cache[i].block = block;
332 msblk->block_cache[i].next_index = next_index;
336 if (msblk->block_cache[i].block != block)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 64 u32 idx = block_alloc_.Alloc(&thr->proc()->block_cache);
99 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask);
292 block_alloc_.FlushCache(&proc->block_cache);
tsan_rtl.h 342 DenseSlabAllocCache block_cache; member in struct:__tsan::Processor

Completed in 100 milliseconds