pub async fn fsck(filesystem: Arc<FxFilesystem>) -> Result<FsckResult, Error>
Expand description
Verifies the integrity of Fxfs. See errors.rs for a list of checks performed.
pub async fn fsck(filesystem: Arc<FxFilesystem>) -> Result<FsckResult, Error>
Verifies the integrity of Fxfs. See errors.rs for a list of checks performed.