Home
last modified time | relevance | path

Searched refs:AllocTableLength (Results 1 – 4 of 4) sorted by relevance

/system/ulib/fvm/include/fvm/
A Dfvm.h119 constexpr size_t AllocTableLength(size_t total_size, size_t slice_size) { in AllocTableLength() function
125 return kAllocTableOffset + AllocTableLength(total_size, slice_size); in MetadataSize()
/system/ulib/fvm-host/
A Dfvm-info.cpp31 sb->allocation_table_size = fvm::AllocTableLength(disk_size, slice_size); in Reset()
48 fvm::kAllocTableOffset, fvm::AllocTableLength(disk_size_, slice_size_)); in Reset()
139 sb->allocation_table_size = fvm::AllocTableLength(disk_size, SliceSize()); in Write()
/system/dev/block/fvm/
A Dfvm.cpp225 } else if (sb.allocation_table_size != AllocTableLength(DiskSize(), SliceSize())) { in Load()
227 sb.allocation_table_size, AllocTableLength(DiskSize(), SliceSize())); in Load()
565 ZX_DEBUG_ASSERT(offset < kAllocTableOffset + AllocTableLength(DiskSize(), SliceSize())); in GetSliceEntryLocked()
/system/ulib/fs-management/
A Dfvm.cpp100 sb->allocation_table_size = fvm::AllocTableLength(disk_size, slice_size); in fvm_init()

Completed in 6 milliseconds