Searched refs:FcEntry (Results 1 – 5 of 5) sorted by relevance
| /system/ulib/ftl/utils/ |
| A D | fscache.h | 27 typedef struct cache_entry FcEntry; typedef 29 FcEntry* next_lru; // next and prev for the LRU list is 30 FcEntry* prev_lru; // a double linked list 32 FcEntry* prev_hash; // a double linked list 47 FcEntry** hash_tbl; // hash table to point to pool 48 FcEntry* lru_head; // head of the LRU list 49 FcEntry* lru_tail; // tail of the LRU list 74 void FcFreeEntry(Cache* C, FcEntry** entry); 77 FcEntry* FcInCache(const Cache* C, ui32 entry_number); 80 int FcWriteSect(const Cache* C, FcEntry* ent, int update); [all …]
|
| /system/ulib/ftl/inc/kprivate/ |
| A D | ftl_vc.h | 21 FcEntry* ftlvcGetRdPage(void* ftlvc, ui32 vpn); 23 void ftlvcSetPageDirty(void* ftlvc, FcEntry* ftlvc_ent);
|
| /system/ulib/ftl/ftln/ |
| A D | ftln_rd.c | 34 FcEntry* cache_ent; in partial_page_read() 220 FcEntry* cache_ent = NULL; in read_sectors()
|
| A D | ftlnp.h | 294 int FtlnVpnWr(FcEntry* c_e, int unused, void* vol);
|
| A D | ftln_intrnl.c | 761 FcEntry* ftlvc_ent; in partial_page_write() 1142 int FtlnVpnWr(FcEntry* c_e, int unused, void* vol_ptr) { in FtlnVpnWr()
|
Completed in 9 milliseconds