Home
last modified time | relevance | path

Searched refs:read_spare (Results 1 – 11 of 11) sorted by relevance

/system/ulib/ftl/ftln/
A Dftln_init.c319 ++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 Dndm-driver.cpp118 driver.read_spare = ReadSpareNoEcc; in CreateNdmVolume()
A Dftln_intrnl.c663 ++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 Dftlnp.h181 int (*read_spare)(ui32 pn, void* spare, void* ndm); member
A Dftln_util.c819 ++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 Dndm.h64 ui32 read_spare; // number of read_spare() calls member
93 int (*read_spare)(ui32 pn, ui8* spare, void* dev); member
A Dfsdriver.h278 int (*read_spare)(ui32 pn, void* spare, void* ndm); member
/system/ulib/ftl/inc/
A Dposix.h54 uint32_t read_spare; member
/system/ulib/ftl/ndm/
A Dndmp.h121 int (*read_spare)(ui32 pn, ui8* spare, void* dev); member
A Dndm_init.c39 status = ndm->read_spare(pn, ndm->spare_buf, ndm->dev); in get_page_status()
1152 ndm->read_spare = dvr->read_spare; in ndmAddDev()
A Dndm_intrnl.c1170 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