Home
last modified time | relevance | path

Searched refs:VolumeOptions (Results 1 – 8 of 8) sorted by relevance

/system/ulib/ftl/include/lib/ftl/
A Dndm-driver.h26 struct VolumeOptions { struct
86 const char* CreateNdmVolume(const Volume* ftl_volume, const VolumeOptions& options);
/system/dev/block/ftl/test/
A Dndm-ram-driver.h20 NdmRamDriver(const ftl::VolumeOptions& options) : options_(options) {} in NdmRamDriver()
58 ftl::VolumeOptions options_;
A Dftl-shell.cpp9 bool FtlShell::Init(const ftl::VolumeOptions& options) { in Init()
A Dftl-shell.h18 bool Init(const ftl::VolumeOptions& options);
A Ddriver-test.cpp15 constexpr ftl::VolumeOptions kDefaultOptions = {20, 4, 32 * kPageSize, kPageSize, kOobSize, 0};
A Dftl-test.cpp19 constexpr ftl::VolumeOptions kDefaultOptions = {300, 300 / 20, 64 * kPageSize, kPageSize, 16, 0};
/system/ulib/ftl/ftln/
A Dndm-driver.cpp103 const char* NdmBaseDriver::CreateNdmVolume(const Volume* ftl_volume, const VolumeOptions& options) { in CreateNdmVolume()
/system/dev/block/ftl/
A Dnand_driver.cpp65 ftl::VolumeOptions options = { in Attach()

Completed in 14 milliseconds