Home
last modified time | relevance | path

Searched defs:cache_entry (Results 1 – 1 of 1) sorted by relevance

/system/ulib/ftl/utils/
A Dfscache.h28 struct cache_entry { struct
29 FcEntry* next_lru; // next and prev for the LRU list is
30 FcEntry* prev_lru; // a double linked list
31 FcEntry* next_hash; // next and prev for the hash list is
32 FcEntry* prev_hash; // a double linked list
33 FcEntry** hash_head; // pointer to head of hash table list
34 ui8* data; // pointer to cached data
35 ui8* dirty_map; // dirty bitmap of pages in sector
36 void* file_ptr; // pointer to file control information
37 ui32 sect_num; // sector number in actual medium
[all …]

Completed in 3 milliseconds