Searched refs:FatVol (Results 1 – 7 of 7) sorted by relevance
| /system/ulib/ftl/inc/kprivate/ |
| A D | fsdriver.h | 256 } FatVol; typedef 425 int FatAddVol(FatVol* vol); 427 int FtlNorAddFatVol(FtlNorVol* ftl_dvr, FatVol* fat_dvr); 428 int FtlWr1AddFatVol(FtlWr1Vol* ftl_dvr, FatVol* fat_dvr); 449 int FatRdPartitions(const FatVol* fat_vol, FATPartition* partitions, int max_partitions); 450 int FatWrPartitions(const FatVol* fat_vol, FATPartition* partitions, int num_partitions); 451 int FatWrPartition(const FatVol* fat_vol); 453 int FatTotNumPartitions(const FatVol* fat_vol); 456 int FatlAddVol(FatVol* driver); 458 int FatlRdPartitions(const FatVol* fat_vol, FATPartition* partitions, int max_partitions); [all …]
|
| A D | ndm.h | 140 int ndmAddVolFatFTL(NDM ndm, ui32 part_no, FtlNdmVol* ftl, FatVol* fat);
|
| A D | fsprivate.h | 510 void* FtlNdmAddFatFTL(FtlNdmVol* ftl_dvr, FatVol* fat_dvr); 518 int FatGetSectSize(const FatVol* fat_vol);
|
| /system/ulib/ftl/ndm/ |
| A D | ndm_vols.c | 22 FatVol fat; in ndmWrFatPartition()
|
| A D | ndmp.h | 156 void* ndmAddFatFTL(NDM ndm, ui32 part_num, FtlNdmVol* ftl, FatVol* fat);
|
| A D | ndm_intrnl.c | 1648 void* ndmAddFatFTL(NDM ndm, ui32 part_num, FtlNdmVol* ftl, FatVol* fat) { in ndmAddFatFTL() 1703 int ndmAddVolFatFTL(NDM ndm, ui32 part_num, FtlNdmVol* ftl, FatVol* fat) { in ndmAddVolFatFTL()
|
| /system/ulib/ftl/ftln/ |
| A D | ftln_init.c | 1479 FatVol* fat = (FatVol*)fs_vol; in FtlnAddVol() 1558 void* FtlNdmAddFatFTL(FtlNdmVol* ftl_dvr, FatVol* fat) { in FtlNdmAddFatFTL()
|
Completed in 18 milliseconds