Searched refs:cache_get (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/include/ |
D | includeTest.c | 274 cache_get(&head); in test_sunrpc_cache()
|
/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 | 1646 struct file_buffer *fragment = cache_get(fragment_buffer, fragments); in allocate_fragment() 2524 cache_get(fwriter_buffer, file_buffer->block); in frag_deflator()
|