Searched refs:VolumeOptions (Results 1 – 8 of 8) sorted by relevance
| /system/ulib/ftl/include/lib/ftl/ |
| A D | ndm-driver.h | 26 struct VolumeOptions { struct 86 const char* CreateNdmVolume(const Volume* ftl_volume, const VolumeOptions& options);
|
| /system/dev/block/ftl/test/ |
| A D | ndm-ram-driver.h | 20 NdmRamDriver(const ftl::VolumeOptions& options) : options_(options) {} in NdmRamDriver() 58 ftl::VolumeOptions options_;
|
| A D | ftl-shell.cpp | 9 bool FtlShell::Init(const ftl::VolumeOptions& options) { in Init()
|
| A D | ftl-shell.h | 18 bool Init(const ftl::VolumeOptions& options);
|
| A D | driver-test.cpp | 15 constexpr ftl::VolumeOptions kDefaultOptions = {20, 4, 32 * kPageSize, kPageSize, kOobSize, 0};
|
| A D | ftl-test.cpp | 19 constexpr ftl::VolumeOptions kDefaultOptions = {300, 300 / 20, 64 * kPageSize, kPageSize, 16, 0};
|
| /system/ulib/ftl/ftln/ |
| A D | ndm-driver.cpp | 103 const char* NdmBaseDriver::CreateNdmVolume(const Volume* ftl_volume, const VolumeOptions& options) { in CreateNdmVolume()
|
| /system/dev/block/ftl/ |
| A D | nand_driver.cpp | 65 ftl::VolumeOptions options = { in Attach()
|
Completed in 14 milliseconds