HomeSort by: relevance | last modified time | path
    Searched defs:pvs (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/lvm2/dist/tools/
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;
reporter.c 99 dm_list_init(&_free_vg.pvs);
243 args_are_pvs = (report_type == PVS ||
273 case PVS:
365 report_type |= PVS;
366 if ((report_type & LVS) && (report_type & (PVS | LABEL)) && !args_are_pvs) {
374 ((report_type & (PVS | LABEL)) && (report_type & LVS)))
377 report_type = PVS;
378 else if (report_type & PVS)
379 report_type = PVS;
398 case PVS
443 int pvs(struct cmd_context *cmd, int argc, char **argv) function
    [all...]
lvconvert.c 43 char **pvs; member in struct:lvconvert_params
233 lp->pvs = argv;
429 dm_list_iterate_items(pvl, &vg->pvs) {
696 * FIXME should we give not only lp->pvh, but also all PVs
984 lp.pvs, 0)))
987 lp.pvh = &vg->pvs;
  /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/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/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/include/
metadata-exported.h 83 #define FMT_UNLIMITED_VOLS 0x00000008U /* Unlimited PVs/LVs? */
229 struct dm_list pvs; member in struct:volume_group
656 struct dm_list *pvs, alloc_policy_t alloc, uint32_t flags);
659 struct dm_list *pvs, uint32_t status_mask);
  /src/external/gpl2/lvm2/dist/lib/metadata/
lv_manip.c 117 * PVs used by a segment of an LV
122 struct dm_list pvs; /* struct pv_list */ member in struct:seg_pvs
518 struct dm_list *parallel_areas; /* PVs to avoid */
616 dm_list_iterate_items(pvl, &spvs->pvs) {
636 log_debug("Parallel PVs at LE %" PRIu32 " length %" PRIu32 ": %s",
1030 /* ix holds the number of areas found on other PVs */
1039 * If there are existing parallel PVs, avoid them and reduce
1050 parallel_pvs = &spvs->pvs;
1071 /* Avoid PVs used by existing parallel areas */
1228 log_error("Not enough PVs with free space available
    [all...]
metadata-exported.h 83 #define FMT_UNLIMITED_VOLS 0x00000008U /* Unlimited PVs/LVs? */
229 struct dm_list pvs; member in struct:volume_group
656 struct dm_list *pvs, alloc_policy_t alloc, uint32_t flags);
659 struct dm_list *pvs, uint32_t status_mask);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 3364 auto_vec<path_var> pvs; local
3365 m_store.get_representative_path_vars (this, visited, sval, &pvs);
3368 pvs.safe_push (path_var (cst, 0));
3408 if (pvs.length () < 1)
3411 pvs.qsort (readability_comparator);
3412 return pvs[0];
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 5159 auto_vec<path_var> pvs; local
5160 m_store.get_representative_path_vars (this, visited, sval, &pvs);
5163 pvs.safe_push (path_var (cst, 0));
5203 if (pvs.length () < 1)
5206 pvs.qsort (readability_comparator);
5207 return pvs[0];

Completed in 49 milliseconds