Searched refs:read_spare (Results 1 – 11 of 11) sorted by relevance
| /system/ulib/ftl/ftln/ |
| A D | ftln_init.c | 319 ++ftl->stats.read_spare; in build_map() 320 status = ftl->read_spare(pn, ftl->spare_buf, ftl->ndm); in build_map() 558 ++ftl->stats.read_spare; in format_status() 559 rc = ftl->read_spare(pn, ftl->spare_buf, ftl->ndm); in format_status() 590 ++ftl->stats.read_spare; in format_status() 591 rc = ftl->read_spare(pn + n, ftl->spare_buf, ftl->ndm); in format_status() 649 ++ftl->stats.read_spare; in format_status() 650 rc = ftl->read_spare(pn + n, ftl->spare_buf, ftl->ndm); in format_status() 899 ++ftl->stats.read_spare; in resume_copy() 900 rc = ftl->read_spare(src_pg0 + po, ftl->spare_buf, ftl->ndm); in resume_copy() [all …]
|
| A D | ndm-driver.cpp | 118 driver.read_spare = ReadSpareNoEcc; in CreateNdmVolume()
|
| A D | ftln_intrnl.c | 663 ++ftl->stats.read_spare; in recycle_vblk() 664 rc = ftl->read_spare(ftl->start_pn + pn, ftl->spare_buf, ftl->ndm); in recycle_vblk() 1098 ++ftl->stats.read_spare; in FtlnRecycleMapBlk() 1099 rc = ftl->read_spare(ftl->start_pn + pn, ftl->spare_buf, ftl->ndm); in FtlnRecycleMapBlk()
|
| A D | ftlnp.h | 181 int (*read_spare)(ui32 pn, void* spare, void* ndm); member
|
| A D | ftln_util.c | 819 ++ftl->stats.read_spare; in FtlnDecUsed() 820 if (ftl->read_spare(ftl->start_pn + pn, ftl->spare_buf, ftl->ndm) < 0) in FtlnDecUsed()
|
| /system/ulib/ftl/inc/kprivate/ |
| A D | ndm.h | 64 ui32 read_spare; // number of read_spare() calls member 93 int (*read_spare)(ui32 pn, ui8* spare, void* dev); member
|
| A D | fsdriver.h | 278 int (*read_spare)(ui32 pn, void* spare, void* ndm); member
|
| /system/ulib/ftl/inc/ |
| A D | posix.h | 54 uint32_t read_spare; member
|
| /system/ulib/ftl/ndm/ |
| A D | ndmp.h | 121 int (*read_spare)(ui32 pn, ui8* spare, void* dev); member
|
| A D | ndm_init.c | 39 status = ndm->read_spare(pn, ndm->spare_buf, ndm->dev); in get_page_status() 1152 ndm->read_spare = dvr->read_spare; in ndmAddDev()
|
| A D | ndm_intrnl.c | 1170 if (ndm->read_spare(pn, ndm->spare_buf, ndm->dev)) { in rd_type_ffs() 1377 status = ndm->read_spare(old_pn, ndm->spare_buf, ndm->dev); in ndmMarkBadBlock() 1680 ftl->read_spare = rd_spare_ftl; in ndmAddFatFTL() 1759 ftl->read_spare = rd_spare_ftl; in ndmAddVolXfsFTL()
|
Completed in 23 milliseconds