Home
last modified time | relevance | path

Searched refs:sectors_allocated (Results 1 – 7 of 7) sorted by relevance

/system/core/fs_mgr/libdm/
Ddm_test.cpp302 if (merge_status.sectors_allocated == merge_status.metadata_sectors) { in MergeImpl()
439 EXPECT_EQ(status.sectors_allocated, 123); in TEST()
453 status.sectors_allocated = 1000; in TEST()
458 status.sectors_allocated = 500; in TEST()
464 status.sectors_allocated = 0; in TEST()
469 status.sectors_allocated = 500; in TEST()
474 status.sectors_allocated = 500; in TEST()
482 status.sectors_allocated = 2000; in TEST()
487 status.sectors_allocated = 2000; in TEST()
492 status.sectors_allocated = 2000; in TEST()
[all …]
Ddm_target.cpp165 uint64_t s = status.sectors_allocated; in MergePercent()
196 int args = sscanf(text.c_str(), "%" PRIu64 "/%" PRIu64 " %" PRIu64, &status->sectors_allocated, in ParseStatusText()
/system/core/fs_mgr/libsnapshot/
Dpower_test.cpp440 if (status.sectors_allocated == status.metadata_sectors) { in Merge()
444 std::cerr << status.sectors_allocated << " / " << status.metadata_sectors << "\n"; in Merge()
Dsnapshot.cpp704 initial_target_values.sectors_allocated += current_status.sectors_allocated; in InitiateMerge()
721 initial_status.set_sectors_allocated(initial_target_values.sectors_allocated); in InitiateMerge()
791 status.set_sectors_allocated(dm_status.sectors_allocated); in SwitchSnapshotToMerge()
1120 if (status.sectors_allocated != status.metadata_sectors) { in CheckTargetMergeState()
1335 if (dm_status.sectors_allocated != dm_status.metadata_sectors) { in OnSnapshotMergeComplete()
1801 fake_snapshots_status.sectors_allocated += current_status.sectors_allocated; in GetUpdateState()
1807 update_status.sectors_allocated()); in GetUpdateState()
3310 ss << " allocated sectors: " << status.sectors_allocated() << std::endl; in Dump()
Dcow_snapuserd_test.cpp705 if (merge_status.sectors_allocated == merge_status.metadata_sectors) { in MergeImpl()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto92 uint64 sectors_allocated = 7; field
178 uint64 sectors_allocated = 2; field
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h216 uint64_t sectors_allocated; member