Home
last modified time | relevance | path

Searched refs:FcEntry (Results 1 – 5 of 5) sorted by relevance

/system/ulib/ftl/utils/
A Dfscache.h27 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 Dftl_vc.h21 FcEntry* ftlvcGetRdPage(void* ftlvc, ui32 vpn);
23 void ftlvcSetPageDirty(void* ftlvc, FcEntry* ftlvc_ent);
/system/ulib/ftl/ftln/
A Dftln_rd.c34 FcEntry* cache_ent; in partial_page_read()
220 FcEntry* cache_ent = NULL; in read_sectors()
A Dftlnp.h294 int FtlnVpnWr(FcEntry* c_e, int unused, void* vol);
A Dftln_intrnl.c761 FcEntry* ftlvc_ent; in partial_page_write()
1142 int FtlnVpnWr(FcEntry* c_e, int unused, void* vol_ptr) { in FtlnVpnWr()

Completed in 9 milliseconds