Home
last modified time | relevance | path

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

/system/ulib/ftl/inc/kprivate/
A Dndm.h107 typedef struct ndm* NDM; typedef
114 NDM ndmAddDev(const NDMDrvr* drvr);
115 int ndmDelDev(NDM ndm);
117 int ndmUnformat(NDM ndm);
122 int ndmSetNumPartitions(NDM ndm, ui32 num_partitions);
126 int ndmErasePartition(NDM ndm, ui32 part_num);
128 void ndmDeletePartitionTable(NDM ndm);
129 int ndmSavePartitionTable(NDM ndm);
132 int ndmWrFatPartition(NDM ndm, ui32 part_num);
145 int ndmExtractBBL(NDM ndm);
[all …]
/system/ulib/ftl/ndm/
A Dndmp.h153 int ndmWrCtrl(NDM ndm);
154 void ndmCkMeta(NDM ndm);
155 int ndmMarkBadBlock(NDM ndm, ui32 arg, ui32 action);
156 void* ndmAddFatFTL(NDM ndm, ui32 part_num, FtlNdmVol* ftl, FatVol* fat);
A Dndm_intrnl.c845 NDM ndm = ndm_ptr; in wr_pg_ftl()
875 NDM ndm = ndm_ptr; in rd_spare_ftl()
919 NDM ndm = ndm_ptr; in pg_check_ftl()
965 NDM ndm = ndm_ptr; in read_page()
1018 NDM ndm = ndm_ptr; in ftl_xfr_page()
1120 NDM ndm = ndm_ptr; in wr_pg_ffs()
1147 NDM ndm = ndm_ptr; in rd_type_ffs()
1192 NDM ndm = ndm_ptr; in pg_blank_ffs()
1239 NDM ndm = ndm_ptr; in pair_offset()
1800 NDM ndm = ndm_ptr; in ndmReadPages()
[all …]
A Dndm_init.c106 static int format_status(NDM ndm) { in format_status()
206 static int init_ibad_list(NDM ndm) { in init_ibad_list()
250 static int ndm_format(NDM ndm) { in ndm_format()
593 static int read_ctrl_info(NDM ndm) { in read_ctrl_info()
889 static int init_ndm(NDM ndm) { in init_ndm()
977 NDM ndm = ndm_ptr; in ndm_xfr_page()
1023 NDM ndmAddDev(const NDMDrvr* dvr) { in ndmAddDev()
1026 NDM ndm; in ndmAddDev()
1224 int ndmDelDev(NDM ndm) { in ndmDelDev()
1307 void ndmCkMeta(NDM ndm0) { in ndmCkMeta()
[all …]
A Dndm_vols.c20 int ndmWrFatPartition(NDM ndm, ui32 part_num) { in ndmWrFatPartition()

Completed in 12 milliseconds