| /src/external/gpl2/lvm2/dist/lib/format1/ |
| layout.c | 47 * Quick calculation based on pe_start. 51 uint32_t pe_start = pvd->pe_start << SECTOR_SHIFT; local 53 if (pe_start < pvd->pe_on_disk.base + pvd->pe_on_disk.size) 56 pvd->pe_on_disk.size = pe_start - pvd->pe_on_disk.base; 98 * This assumes pe_count and pe_start have already 119 * pe_start is any existing value for pe_start 122 uint32_t max_extent_count, uint64_t pe_start) 153 if (pe_start && end < pe_start [all...] |
| disk-rep.c | 59 xx32(pe_start); 119 uint32_t pe_start; local 124 pvd->pe_start = ((pvd->pe_on_disk.base + 130 pe_start = pvd->pe_start << SECTOR_SHIFT; 131 pvd->pe_on_disk.size = pe_start - pvd->pe_on_disk.base;
|
| disk-rep.h | 99 uint32_t pe_start; member in struct:pv_disk 188 uint32_t max_extent_count, uint64_t pe_start);
|
| /src/external/gpl2/lvm2/dist/tools/ |
| vgconvert.c | 31 uint64_t pe_end = 0, pe_start = 0; local 123 pe_start = pv_pe_start(existing_pv); 125 + pe_start - 1; 130 pe_start, pv_pe_count(existing_pv),
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_vm.c | 1463 uint64_t incr, entry_end, pe_start; local 1515 pe_start = ((cursor.pfn >> shift) & mask) * 8; 1525 pe_start, dst, nptes, incr, 1528 pe_start += nptes * 8;
|
| /src/external/gpl2/lvm2/dist/include/ |
| metadata-exported.h | 191 uint64_t pe_start; member in struct:physical_volume 366 uint64_t pe_start; member in struct:pvcreate_params 433 /* pe_start and pe_end relate to any existing data so that new metadata 441 uint64_t pe_start,
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| lv_manip.c | 2599 uint32_t pe_start, per_end; local 2607 pe_start = seg_pe(seg, s); 2613 if ((pe_start < per->start) || (pe_start > per_end)) 2637 uint32_t pe_start, pe_end, per_end, stripe_multiplier, s; local 2651 pe_start = seg_pe(seg, s); 2652 pe_end = pe_start + seg->area_len - 1; 2657 (pe_start > per_end)) 2665 if ((per->start != pe_start && 2666 per->start > pe_start) & [all...] |
| metadata-exported.h | 191 uint64_t pe_start; member in struct:physical_volume 366 uint64_t pe_start; member in struct:pvcreate_params 433 /* pe_start and pe_end relate to any existing data so that new metadata 441 uint64_t pe_start,
|