Searched refs:checked_blocks_ (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/minfs/
H A Dfsck.cpp57 RawBitmap checked_blocks_; member in class:minfs::MinfsChecker
289 if (checked_blocks_.Get(bno, bno + 1)) {
292 checked_blocks_.Set(bno, bno + 1);
409 checked_blocks_.Set(0, 1);
475 if (!checked_blocks_.Get(n, n + 1)) {
554 if ((status = checked_blocks_.Reset(info->block_count)) != ZX_OK) {

Completed in 20 milliseconds