Home
last modified time | relevance | path

Searched refs:cache_get (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.h188 extern struct file_buffer *cache_get(struct cache *, long long);
Dcaches-queues-lists.c440 struct file_buffer *cache_get(struct cache *cache, long long index) in cache_get() function
Dunsquashfs.c334 struct cache_entry *cache_get(struct cache *cache, long long block, int size) in cache_get() function
1041 block->buffer = cache_get(data_cache, start, in write_file()
1056 block->buffer = cache_get(fragment_cache, start, size); in write_file()
Dmksquashfs.c1602 struct file_buffer *fragment = cache_get(fragment_buffer, fragments); in allocate_fragment()
2480 cache_get(fwriter_buffer, file_buffer->block); in frag_deflator()