OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
329
struct cache_entry *
cache_get
(struct cache *cache, long long block, int size)
function
367
EXIT_UNSQUASH("Out of memory in
cache_get
\n");
370
EXIT_UNSQUASH("Out of memory in
cache_get
\n");
1036
block->buffer =
cache_get
(data_cache, start,
1051
block->buffer =
cache_get
(fragment_cache, start, size);
[
all
...]
mksquashfs.c
[
all
...]
Completed in 66 milliseconds