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

  /external/syslinux/core/include/
cache.h 18 void cache_init(struct device *, int);
fs.h 136 uint8_t cache_init; /* cache initialized state */ member in struct:device
  /external/syslinux/core/fs/
diskio.c 31 dev.cache_init = 0; /* Explicitly set cache as uninitialized */
cache.c 18 void cache_init(struct device *dev, int block_size_shift) function
58 dev->cache_init = 1; /* Set cache as initialized */
fs.c 435 if (fs.fs_dev && fs.fs_dev->cache_data && !fs.fs_dev->cache_init)
436 cache_init(fs.fs_dev, blk_shift);
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 186 extern struct cache *cache_init(int, int, int, int);
caches-queues-lists.c 283 struct cache *cache_init(int buffer_size, int max_buffers, int noshrink_lookup, function
unsquashfs.c 311 struct cache *cache_init(int buffer_size, int max_buffers) function
316 EXIT_UNSQUASH("Out of memory in cache_init\n");
    [all...]
mksquashfs.c     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 53 extern void cache_init(void);
67 cache_init(); // does some extra setup work setting up caches
  /external/freetype/src/cache/
ftccache.h 136 FTC_Cache_InitFunc cache_init; member in struct:FTC_CacheClassRec_
  /external/syslinux/core/fs/iso9660/
iso9660.c 311 cache_init(fs->fs_dev, fs->block_shift);
  /external/syslinux/core/fs/ext2/
ext2.c 319 cache_init(fs->fs_dev, fs->block_shift);
  /external/syslinux/core/fs/ufs/
ufs.c 460 cache_init(fs->fs_dev, sb.block_shift);
  /external/syslinux/core/fs/xfs/
xfs.c 407 cache_init(fs->fs_dev, BLOCK_SHIFT(fs));
  /external/dnsmasq/src/
dnsmasq.c 196 cache_init();
    [all...]
dnsmasq.h 693 void cache_init(void);
cache.c 73 void cache_init(void) function
    [all...]
  /external/syslinux/core/fs/btrfs/
btrfs.c 664 cache_init(fs->fs_dev, fs->block_shift);
  /external/syslinux/core/fs/fat/
fat.c 788 cache_init(fs->fs_dev, fs->block_shift);
  /external/syslinux/core/fs/ntfs/
ntfs.c     [all...]

Completed in 1137 milliseconds