class BlobfsChecker

Defined at line 22 of file ../../src/storage/blobfs/blobfs_checker.h

Public Methods

void BlobfsChecker (Blobfs * blobfs)

The Blobfs pointer must outlive this class.

Defined at line 35 of file ../../src/storage/blobfs/blobfs_checker.h

void BlobfsChecker (const BlobfsChecker & )

Defined at line 38 of file ../../src/storage/blobfs/blobfs_checker.h

BlobfsChecker & operator= (const BlobfsChecker & )

Defined at line 39 of file ../../src/storage/blobfs/blobfs_checker.h

void BlobfsChecker (Blobfs * blobfs, Options option)

Defined at line 198 of file ../../src/storage/blobfs/blobfs_checker.cc

bool Check ()

Check validates the blobfs filesystem provided when the Checker was constructed. It walks each

of the inode and block allocation bitmaps only once.

Returns true if the filesystem is valid.

Defined at line 186 of file ../../src/storage/blobfs/blobfs_checker.cc

Records