Home
last modified time | relevance | path

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

/system/ulib/fvm-host/
A Dfvm-info.cpp31 sb->allocation_table_size = fvm::AllocTableLength(disk_size, slice_size); in Reset()
139 sb->allocation_table_size = fvm::AllocTableLength(disk_size, SliceSize()); in Write()
/system/ulib/fvm/include/fvm/
A Dfvm.h33 uint64_t allocation_table_size; member
/system/ulib/fs-management/
A Dfvm.cpp100 sb->allocation_table_size = fvm::AllocTableLength(disk_size, slice_size); in fvm_init()
/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()

Completed in 9 milliseconds