struct FsckOptions

Defined at line 73 of file ../../src/storage/lib/fs_management/cpp/options.h

Public Members

bool verbose
bool never_modify
bool always_modify
bool force

Public Methods

fuchsia_fs_startup::wire::CheckOptions as_check_options ()

Generate a CheckOptions fidl struct to pass the a fuchsia.fs.startup.Startup interface based

on this set of options.

The current set of filesystems that support launching with fuchsia.fs.startup.Startup don't

support any check options so this doesn't currently do anything. This function is provided for

consistency.

Defined at line 46 of file ../../src/storage/lib/fs_management/cpp/options.cc