Searched refs:vslice_range (Results 1 – 10 of 10) sorted by relevance
| /system/ulib/fs/ |
| A D | fvm.cpp | 31 if (response.count != 1 || response.vslice_range[0].count == 0) { in fvm_reset_volume_slices() 36 if (response.vslice_range[0].allocated) { in fvm_reset_volume_slices() 39 shrink.length = response.vslice_range[0].count; in fvm_reset_volume_slices() 49 request.vslice_start[0] += response.vslice_range[0].count; in fvm_reset_volume_slices()
|
| /system/utest/fvm/ |
| A D | fvm.cpp | 1381 ASSERT_EQ(query_response.vslice_range[0].count, 10); in TestVPartitionQuery() 1383 ASSERT_EQ(query_response.vslice_range[1].count, 10); in TestVPartitionQuery() 1385 ASSERT_EQ(query_response.vslice_range[2].count, 10); in TestVPartitionQuery() 1389 ASSERT_EQ(query_response.vslice_range[4].count, 5); in TestVPartitionQuery() 1391 ASSERT_EQ(query_response.vslice_range[5].count, 5); in TestVPartitionQuery() 1403 ASSERT_EQ(query_response.vslice_range[0].count, 30); in TestVPartitionQuery() 1405 ASSERT_EQ(query_response.vslice_range[1].count, 20); in TestVPartitionQuery() 1407 ASSERT_EQ(query_response.vslice_range[2].count, 10); in TestVPartitionQuery() 1411 ASSERT_EQ(query_response.vslice_range[4].count, 5); in TestVPartitionQuery() 1964 ASSERT_EQ(query_response.vslice_range[0].count, in CorruptMountHelper() [all …]
|
| /system/utest/zxcrypt/ |
| A D | zxcrypt.cpp | 128 EXPECT_TRUE(parent_resp.vslice_range[0].allocated); in QueryLeadingFvmSlice() 131 EXPECT_TRUE(zxcrypt_resp.vslice_range[0].allocated); in QueryLeadingFvmSlice() 133 EXPECT_EQ(parent_resp.vslice_range[0].count, in QueryLeadingFvmSlice() 134 zxcrypt_resp.vslice_range[0].count + device.reserved_slices()); in QueryLeadingFvmSlice()
|
| /system/public/zircon/device/ |
| A D | block.h | 183 vslice_range_t vslice_range[MAX_FVM_VSLICE_REQUESTS]; // number of contiguous vslices member
|
| /system/dev/block/fvm/ |
| A D | vpartition.cpp | 206 if ((status = CheckSlices(request->vslice_start[i], &response->vslice_range[i].count, in DdkIoctl() 207 &response->vslice_range[i].allocated)) != ZX_OK) { in DdkIoctl()
|
| /system/utest/fs-management/ |
| A D | fs-management.cpp | 735 end = curr_slice + response.vslice_range[0].count; in GetPartitionSliceCount() 736 if (response.vslice_range[0].allocated) { in GetPartitionSliceCount() 737 allocated_slices += response.vslice_range[0].count; in GetPartitionSliceCount()
|
| /system/ulib/zxcrypt/ |
| A D | volume.cpp | 444 response.count == 0 || (range = response.vslice_range[0].count) == 0) { in Init() 449 if (response.vslice_range[0].allocated) { in Init()
|
| /system/ulib/blobfs/ |
| A D | blobfs.cpp | 122 size_t fvm_count = response.vslice_range[i].count; in CheckFvmConsistency() 124 if (!response.vslice_range[i].allocated || fvm_count < blobfs_count) { in CheckFvmConsistency()
|
| /system/utest/blobfs/ |
| A D | blobfs.cpp | 2362 ASSERT_FALSE(query_response.vslice_range[0].allocated); in CorruptAtMount() 2363 ASSERT_EQ(query_response.vslice_range[0].count, in CorruptAtMount() 2383 ASSERT_TRUE(query_response.vslice_range[0].allocated); in CorruptAtMount() 2384 ASSERT_EQ(query_response.vslice_range[0].count, 2); in CorruptAtMount() 2398 ASSERT_TRUE(query_response.vslice_range[0].allocated); in CorruptAtMount() 2399 ASSERT_EQ(query_response.vslice_range[0].count, 1); in CorruptAtMount()
|
| /system/ulib/minfs/ |
| A D | minfs.cpp | 161 size_t fvm_count = response.vslice_range[i].count; in CheckSuperblock() 163 if (!response.vslice_range[i].allocated || fvm_count < minfs_count) { in CheckSuperblock()
|
Completed in 30 milliseconds