Searched refs:cache_get (Results 1 – 4 of 4) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | caches-queues-lists.h | 188 extern struct file_buffer *cache_get(struct cache *, long long);
|
D | caches-queues-lists.c | 440 struct file_buffer *cache_get(struct cache *cache, long long index) in cache_get() function
|
D | unsquashfs.c | 334 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()
|
D | mksquashfs.c | 1602 struct file_buffer *fragment = cache_get(fragment_buffer, fragments); in allocate_fragment() 2480 cache_get(fwriter_buffer, file_buffer->block); in frag_deflator()
|