Searched refs:fs_vol (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/ftl/inc/kprivate/ |
| A D | fsprivate.h | 452 void* fs_vol; // parameter passed to FS driver functions member 455 int (*fs_wr)(const void* buf, ui32 frst, int n, void* fs_vol); 456 int (*fs_rd)(void* buf, ui32 frst, int n, void* fs_vol);
|
| A D | fsdriver.h | 135 void* fs_vol; // parameter passed to FS driver functions member 136 int (*fs_wr)(const void* buf, ui32 frst, int n, void* fs_vol); 137 int (*fs_rd)(void* buf, ui32 frst, int n, void* fs_vol);
|
| /system/ulib/ftl/ftln/ |
| A D | ftlnp.h | 277 void* FtlnAddVol(FtlNdmVol* ftl, int type, int sect_size, void* fs_vol);
|
| A D | ftln_init.c | 1157 void* FtlnAddVol(FtlNdmVol* ftl_dvr, int ftl_type, int sect_size, void* fs_vol) { in FtlnAddVol() argument 1479 FatVol* fat = (FatVol*)fs_vol; in FtlnAddVol() 1516 XfsVol* xfs = (XfsVol*)fs_vol; in FtlnAddVol()
|
Completed in 11 milliseconds