Searched refs:AllocTableLength (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/fvm/include/fvm/ |
| A D | fvm.h | 119 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 D | fvm-info.cpp | 31 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 D | fvm.cpp | 225 } 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 D | fvm.cpp | 100 sb->allocation_table_size = fvm::AllocTableLength(disk_size, slice_size); in fvm_init()
|
Completed in 6 milliseconds