Searched refs:CheckBlocksUnallocated (Results 1 – 2 of 2) sorted by relevance
143 bool CheckBlocksUnallocated(uint64_t start_block, uint64_t end_block) const;
167 ZX_DEBUG_ASSERT(CheckBlocksUnallocated(start, end)); in MarkBlocksAllocated()235 bool Allocator::CheckBlocksUnallocated(uint64_t start_block, uint64_t end_block) const { in CheckBlocksUnallocated() function in blobfs::Allocator
Completed in 5 milliseconds