Searched refs:DiskSize (Results 1 – 5 of 5) sorted by relevance
49 size_t DiskSize() const { return SuperBlock()->fvm_partition_size; } in DiskSize() function
225 } else if (sb.allocation_table_size != AllocTableLength(DiskSize(), SliceSize())) { in Load()227 sb.allocation_table_size, AllocTableLength(DiskSize(), SliceSize())); in Load()232 metadata_size_ = fvm::MetadataSize(DiskSize(), SliceSize()); in Load()233 pslice_total_count_ = UsableSlicesCount(DiskSize(), SliceSize()); in Load()565 ZX_DEBUG_ASSERT(offset < kAllocTableOffset + AllocTableLength(DiskSize(), SliceSize())); in GetSliceEntryLocked()
72 size_t DiskSize() const { return info_.block_count * info_.block_size; } in DiskSize() function
353 const size_t disk_size = mgr_->DiskSize(); in BlockImplQueue()
85 if (DiskSize() != disk_size) { in Load()
Completed in 7 milliseconds