| /src/external/gpl2/lvm2/dist/test/ |
| t-lvm-init.sh | 20 not pvs --config 'global { units = "<" }'
|
| t-lvmcache-exercise.sh | 22 pvs 23 pvs
|
| t-pvremove-usage.sh | 22 pvs | not grep $dev2 49 pvs $dev1 56 not pvs $dev1
|
| t-mirror-lvconvert-usage.sh | 33 local pvs="$*" 37 echo "Check if mirror images of $lv are on PVs $pvs" 39 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1
|
| t-listings.sh | 12 # tests functionality of lvs, pvs, vgs, *display tools 33 #COMM bz195276 -- pvs doesn't show PVs until a VG is created 34 pvs --noheadings|tee out 37 #COMM pvs with segment attributes works even for orphans 38 pvs --noheadings -o seg_all,pv_all,lv_all,vg_all | tee out 43 #COMM pvs and vgs report mda_count, mda_free (bz202886, bz247444) 44 pvs -o +pv_mda_count,pv_mda_free $devs 52 #COMM pvs doesn't display --metadatacopies 0 PVs as orphans (bz409061 [all...] |
| t-vgcfgbackup-usage.sh | 27 # vgcfgbackup correctly stores metadata with missing PVs 29 pv1_uuid=$(pvs --noheadings -o pv_uuid $dev1) 30 pv2_uuid=$(pvs --noheadings -o pv_uuid $dev2)
|
| t-vgreduce-usage.sh | 18 # setup PVs 42 # (lvm$mdatype) setup PVs (--metadatacopies 0) 73 pvs --segments -o +lv_name # for record only 83 pvs -P # for record
|
| t-mirror-vgreduce-removemissing.sh | 22 local pvs=$* 24 echo "Check if $lv is exactly on PVs $pvs" 26 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1 38 local pvs="$*" 42 echo "Check if mirror images of $lv are on PVs $pvs" 44 echo $pvs | sed 's/ /\n/g' | sort | uniq > out1 87 # Initialize PVs and VGs
|
| /src/external/gpl2/lvm2/dist/test/api/ |
| test.c | 71 "List the PVs that exist in VG vgname\n"); 182 static void _add_pvs_to_pvname_hash(struct dm_list *pvs) 185 dm_list_iterate_items(pvl, pvs) { 190 static void _remove_device_from_pvname_hash(struct dm_list *pvs, const char *name) 193 dm_list_iterate_items(pvl, pvs) { 198 static void _add_device_to_pvname_hash(struct dm_list *pvs, const char *name) 201 dm_list_iterate_items(pvl, pvs) { 209 struct dm_list *pvs; local 230 pvs = lvm_vg_list_pvs(vg); 231 if (pvs && !dm_list_empty(pvs) 270 struct dm_list *pvs; local 300 struct dm_list *pvs; local 442 struct dm_list *pvs; local [all...] |
| /src/external/gpl2/lvm2/dist/lib/format1/ |
| format1.c | 28 static int _check_vgs(struct dm_list *pvs) 39 * If there are exported and unexported PVs, ignore exported ones. 43 dm_list_iterate_items(dl, pvs) { 51 /* Remove exported PVs */ 52 dm_list_iterate_safe(pvh, t, pvs) { 61 /* Remove any PVs with VG structs that differ from the first */ 62 dm_list_iterate_safe(pvh, t, pvs) { 69 log_error("VG data differs between PVs %s and %s", 116 struct dm_list *pvs, 125 if (dm_list_empty(pvs)) 171 struct dm_list pvs; local 361 struct dm_list pvs; local [all...] |
| /src/external/gpl2/lvm2/dist/liblvm/ |
| lvm_vg.c | 55 log_error("Can't get lock for orphan PVs"); 105 if (dm_list_empty(&vg->pvs)) { 113 log_error("Can't get lock for orphan PVs"); 187 pv_list_t *pvs; local 190 if (dm_list_empty(&vg->pvs)) 199 dm_list_iterate_items(pvl, &vg->pvs) { 200 if (!(pvs = dm_pool_zalloc(vg->vgmem, sizeof(*pvs)))) { 205 pvs->pv = pvl->pv; 206 dm_list_add(list, &pvs->list) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| ob.d | 218 void opAssign(const ref PtrVarState pvs) 220 state = pvs.state; 221 deps = pvs.deps; 224 /* Combine `this` and `pvs` into `this`, 225 * on the idea that the `this` and the `pvs` paths 228 * pvs = path to be merged with `this` 230 void combine(ref PtrVarState pvs, size_t vi, PtrVarState[] gen) 236 switch (X(state, pvs.state)) 245 state = pvs.state; 246 deps = pvs.deps [all...] |
| /src/external/gpl2/lvm2/dist/tools/ |
| vgexport.c | 39 dm_list_iterate_items(pvl, &vg->pvs) {
|
| vgimport.c | 43 dm_list_iterate_items(pvl, &vg->pvs) {
|
| vgmerge.c | 87 while (!dm_list_empty(&vg_from->pvs)) { 88 struct dm_list *pvh = vg_from->pvs.n; 91 dm_list_move(&vg_to->pvs, pvh);
|
| lvcreate.c | 26 char **pvs; member in struct:lvcreate_cmdline_params 152 lcp->pv_count, lcp->pvs, 1))) 155 lp->pvh = &vg->pvs; 173 log_error("Please express size as %%VG, %%PVS, or " 562 lcp->pvs = argv;
|
| pvdisplay.c | 103 return pvs(cmd, argc, argv);
|
| toollib.h | 99 struct dm_list *clone_pv_list(struct dm_pool *mem, struct dm_list *pvs);
|
| /src/sys/arch/playstation2/ee/ |
| gsreg.h | 52 #define SMODE1(vhp, vcksel, slck2, nvck, clksel, pevs, pehs, pvs, phs, \ 61 ((u_int64_t)(pvs) << 27) | \
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| pv_map.c | 126 static int _create_maps(struct dm_pool *mem, struct dm_list *pvs, struct dm_list *pvms) 131 dm_list_iterate_items(pvl, pvs) {
|
| metadata.c | 226 dm_list_add(&vg->pvs, &pvl->list); 299 dm_list_iterate_items(pvl, &vg->pvs) { 332 dm_list_move(&vg_to->pvs, &pvl->list); 447 dm_list_iterate_items(pvl, &vg->pvs) { 481 "or has PVs missing.", vg ? vg->name : ""); 501 dm_list_iterate_items_safe(pvl, tpvl, &vg->pvs) { 515 log_error("Can't get lock for orphan PVs"); 593 * - pv_count: count of device paths of PVs 594 * - pv_names: device paths of PVs to add to VG 839 dm_list_init(&vg->pvs); [all...] |
| /src/external/gpl2/lvm2/dist/scripts/ |
| lvm_dump.sh | 54 echo " -m gather LVM metadata from the PVs" 127 myecho " pvs..." 128 log "\"$LVM\" pvs -a -v > \"$dir/pvs\" 2>> \"$log\"" 208 pvs="$("$LVM" pvs --separator , --noheadings --units s --nosuffix -o \ 210 for line in $pvs
|
| /src/external/gpl2/lvm2/dist/lib/format_pool/ |
| disk_rep.h | 146 struct dm_list *pvs, struct dm_pool *mem, struct dm_list *pls);
|
| import_export.c | 105 struct dm_list *pvs, struct dm_pool *mem, struct dm_list *pls) 125 dm_list_add(pvs, &pvl->list);
|
| /src/external/gpl2/lvm2/dist/man/ |
| Makefile | 31 pvresize.8 pvs.8 pvscan.8 vgcfgbackup.8 vgcfgrestore.8 vgchange.8 \
|