Home | History | Annotate | Download | only in tools

Lines Matching defs:pvname

884 static int _add_pe_range(struct dm_pool *mem, const char *pvname,
890 " on %s", start, count, pvname);
901 per->start + per->count - 1, pvname);
931 const char *pvname, uint32_t size)
938 if (!_add_pe_range(mem, pvname, pe_ranges, UINT32_C(0), size))
984 if (!_add_pe_range(mem, pvname, pe_ranges, start, end - start + 1))
999 const char *pvname;
1003 pvname = pv_dev_name(pvl->pv);
1005 log_error("Physical volume %s not allocatable", pvname);
1010 log_error("Physical volume %s is missing", pvname);
1016 log_error("No free extents on physical volume \"%s\"", pvname);
1057 const char *pvname = NULL;
1090 pvname = argv[i];
1092 if ((colon = strchr(pvname, ':'))) {
1093 if (!(pvname = dm_pool_strndup(mem, pvname,
1095 pvname)))) {
1101 if (!(pvl = find_pv_in_vg(vg, pvname))) {
1103 "Volume Group \"%s\"", pvname, vg->name);
1275 const char *pvname;
1278 (pvname = get_pvmove_pvname_from_lv_mirr(lv))) {
1280 pvname);
1281 pvmove_poll(cmd, pvname, 1);
1283 (pvname = get_pvmove_pvname_from_lv(lv))) {
1285 pvname);
1286 pvmove_poll(cmd, pvname, 1);