class MappedFileReader
Defined at line 88 of file ../../src/storage/minfs/lazy_reader.h
MappedFileReader is a reader that can be used with LazyReader to read files that are mapped with
an instance of MapperInterface.
Public Methods
zx::result<uint64_t> Enqueue (BlockRange range)
Defined at line 48 of file ../../src/storage/minfs/lazy_reader.cc
void MappedFileReader (fs::TransactionHandler * handler, MapperInterface * mapper, storage::BlockBuffer * buffer)
Defined at line 90 of file ../../src/storage/minfs/lazy_reader.h
uint32_t BlockSize ()
Defined at line 94 of file ../../src/storage/minfs/lazy_reader.h
zx::result<> RunRequests ()
Defined at line 98 of file ../../src/storage/minfs/lazy_reader.h
MapperInterface & mapper ()
Defined at line 102 of file ../../src/storage/minfs/lazy_reader.h