Function fsck_volume

Source
pub async fn fsck_volume(
    filesystem: &FxFilesystem,
    store_id: u64,
    crypt: Option<Arc<dyn Crypt>>,
) -> Result<FsckResult, Error>
Expand description

Verifies the integrity of a volume within Fxfs. See errors.rs for a list of checks performed.