Home
last modified time | relevance | path

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

/system/ulib/ftl/inc/kprivate/
A Dndm.h108 typedef const struct ndm* CNDM; typedef
116 ui32 ndmGetNumVBlocks(CNDM ndm);
118 ui32 ndmPastPrevPair(CNDM ndm, ui32 pn);
121 ui32 ndmGetNumPartitions(CNDM ndm);
123 int ndmReadPartition(CNDM ndm, NDMPartition* part, ui32 part_num);
124 const NDMPartition* ndmGetPartition(CNDM ndm, ui32 part_num);
127 void ndmDeletePartition(CNDM ndm, ui32 part_num);
130 int ndmDelVols(CNDM ndm);
131 int ndmDelVol(CNDM ndm, ui32 part_num);
/system/ulib/ftl/ndm/
A Dndm_vols.c57 int ndmDelVol(CNDM ndm, ui32 part_num) { in ndmDelVol()
96 int ndmDelVols(CNDM ndm) { in ndmDelVols()
A Dndmp.h152 int ndmInitBadBlock(CNDM ndm, ui32 b);
A Dndm_init.c31 static int get_page_status(CNDM ndm, ui32 pn) { in get_page_status()
482 static int is_next_ctrl_page(CNDM ndm, ui32 pn, ui16 curr_num) { in is_next_ctrl_page()
511 static ui32 get_next_ctrl_page(CNDM ndm, ui32 curr_p) { in get_next_ctrl_page()
563 static int check_next_read(CNDM ndm, ui32* curr_loc, ui32* pn, ui32* ctrl_pages, ui32 size) { in check_next_read()
1284 int ndmInitBadBlock(CNDM ndm, ui32 b) { in ndmInitBadBlock()
A Dndm_intrnl.c52 static int get_ctrl_size(CNDM ndm) { in get_ctrl_size()
607 static int run_bad_block(CNDM ndm, ui32 b) { in run_bad_block()
727 static ui8 get_part_type(CNDM ndm, ui32 bn) { in get_part_type()
1567 ui32 ndmGetNumVBlocks(CNDM ndm) { in ndmGetNumVBlocks()
1981 ui32 ndmGetNumPartitions(CNDM ndm) { in ndmGetNumPartitions()
2035 const NDMPartition* ndmGetPartition(CNDM ndm, ui32 part_num) { in ndmGetPartition()
2171 void ndmDeletePartition(CNDM ndm, ui32 part_num) { in ndmDeletePartition()
2385 ui32 ndmPastPrevPair(CNDM ndm, ui32 pn) { in ndmPastPrevPair()

Completed in 11 milliseconds