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

  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 188 extern struct file_buffer *cache_get(struct cache *, long long);
caches-queues-lists.c 440 struct file_buffer *cache_get(struct cache *cache, long long index) function
unsquashfs.c 334 struct cache_entry *cache_get(struct cache *cache, long long block, int size) function
372 EXIT_UNSQUASH("Out of memory in cache_get\n");
375 EXIT_UNSQUASH("Out of memory in cache_get\n");
1041 block->buffer = cache_get(data_cache, start,
1056 block->buffer = cache_get(fragment_cache, start, size);
    [all...]
mksquashfs.c     [all...]

Completed in 795 milliseconds