Searched refs:pair_offset (Results 1 – 8 of 8) sorted by relevance
| /system/ulib/ftl/ndm/ |
| A D | ndm_intrnl.c | 1238 static ui32 pair_offset(ui32 page_offset, void* ndm_ptr) { in pair_offset() function 1241 return ndm->pair_offset(page_offset, ndm->dev); in pair_offset() 1628 ffs_dvr->driver.nand.pair_offset = pair_offset; in ndmAddVolFFS() 1685 ftl->pair_offset = pair_offset; in ndmAddFatFTL() 1764 ftl->pair_offset = pair_offset; in ndmAddVolXfsFTL() 2394 if (ndm->pair_offset(n, ndm->dev) < po) in ndmPastPrevPair() 2400 if (ndm->pair_offset(--n, ndm->dev) < po) in ndmPastPrevPair()
|
| A D | ndmp.h | 118 ui32 (*pair_offset)(ui32 page_offset, void* dev); member
|
| A D | ndm_init.c | 1163 ndm->pair_offset = dvr->pair_offset; in ndmAddDev()
|
| /system/ulib/ftl/inc/kprivate/ |
| A D | ndm.h | 90 ui32 (*pair_offset)(ui32 page_offset, void* dev); member
|
| A D | fsdriver.h | 154 ui32 (*pair_offset)(ui32 page_offset, void* vol); member 284 ui32 (*pair_offset)(ui32 page_offset, void* ndm); member
|
| /system/ulib/ftl/ftln/ |
| A D | ftlnp.h | 188 ui32 (*pair_offset)(ui32 page_offset, void* ndm); member
|
| A D | ftln_init.c | 185 if (ftl->pair_offset(pg_offset, ftl->ndm) >= pg_offset) in map_page_check() 289 if (ftl->type == NDM_MLC && ftl->pair_offset(po, ftl->ndm) < po) in build_map() 1263 ftl->pair_offset = ftl_dvr->pair_offset; in FtlnAddVol()
|
| A D | ftln_intrnl.c | 205 if (ftl->pair_offset(pg_offset, ftl->ndm) >= pg_offset) in next_free_mpg() 222 PfAssert(ftl->pair_offset(pg_offset, ftl->ndm) >= pg_offset); in next_free_mpg() 1093 if (ftl->pair_offset(i, ftl->ndm) < i) in FtlnRecycleMapBlk()
|
Completed in 19 milliseconds