Searched refs:allocation_table_size (Results 1 – 4 of 4) sorted by relevance
31 sb->allocation_table_size = fvm::AllocTableLength(disk_size, slice_size); in Reset()139 sb->allocation_table_size = fvm::AllocTableLength(disk_size, SliceSize()); in Write()
33 uint64_t allocation_table_size; member
100 sb->allocation_table_size = fvm::AllocTableLength(disk_size, slice_size); in fvm_init()
225 } else if (sb.allocation_table_size != AllocTableLength(DiskSize(), SliceSize())) { in Load()227 sb.allocation_table_size, AllocTableLength(DiskSize(), SliceSize())); in Load()
Completed in 9 milliseconds