Home
last modified time | relevance | path

Searched refs:ftl_ndm (Results 1 – 3 of 3) sorted by relevance

/system/ulib/ftl/ndm/
A Dndm_vols.c23 void* ftl_ndm; in ndmWrFatPartition() local
35 ftl_ndm = ndmAddFatFTL(ndm, part_num, &ftl, &fat); in ndmWrFatPartition()
36 if (ftl_ndm == NULL) in ndmWrFatPartition()
44 FtlnFreeFTL(ftl_ndm); in ndmWrFatPartition()
A Dndm_intrnl.c1704 void* ftl_ndm; in ndmAddVolFatFTL() local
1707 ftl_ndm = ndmAddFatFTL(ndm, part_num, ftl, fat); in ndmAddVolFatFTL()
1708 if (ftl_ndm == NULL) in ndmAddVolFatFTL()
1713 FtlnFreeFTL(ftl_ndm); in ndmAddVolFatFTL()
1734 void* ftl_ndm; in ndmAddVolXfsFTL() local
1770 ftl_ndm = FtlNdmAddXfsFTL(ftl, xfs); in ndmAddVolXfsFTL()
1771 if (ftl_ndm == NULL) in ndmAddVolXfsFTL()
1776 FtlnFreeFTL(ftl_ndm); in ndmAddVolXfsFTL()
/system/ulib/ftl/inc/kprivate/
A Dftl_mc.h35 FTLMC* ftlmcNew(void* ftl_ndm, ui32 cache_size, ftlmcFuncW wf, ftlmcFuncR rf, ui32 mpg_sz);

Completed in 8 milliseconds