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

  /src/external/gpl2/lvm2/dist/tools/
pvdisplay.c 29 const char *pv_name = pv_dev_name(pv); local
46 if (!(pvl = find_pv_in_vg(vg, pv_name))) {
48 pv_name, vg->name);
63 log_print("Device \"%s\" has a capacity of %s", pv_name,
70 "is exported", pv_name, pv_vg_name(pv));
74 pv_name, display_size(cmd, size));
pvresize.c 38 const char *pv_name = pv_dev_name(pv); local
53 if (!(pv = pv_read(cmd, pv_name, &mdas, NULL, 1, 0))) {
55 log_error("Unable to read PV \"%s\"", pv_name);
68 if (!(pvl = find_pv_in_vg(vg, pv_name))) {
70 pv_name, vg->name);
78 pv_name, vg->name);
90 log_error("%s: too many metadata areas for pvresize", pv_name);
96 pv_name);
102 log_error("%s: Couldn't get size.", pv_name);
109 "You could lose data.", pv_name);
    [all...]
pvchange.c 34 const char *pv_name = pv_dev_name(pv); local
61 vg_name, pv_name);
68 if (!(pvl = find_pv_in_vg(vg, pv_name))) {
70 pv_name, vg->name);
75 "support tags", pv_name);
80 "logical volumes", pv_name);
89 "in volume group", pv_name);
100 if (!(pv = pv_read(cmd, pv_name, NULL, &sector, 1, 0))) {
102 log_error("Unable to read PV \"%s\"", pv_name);
111 "%s format PV %s", pv->fmt->name, pv_name);
218 char *pv_name; local
    [all...]
pvmove.c 348 static int _set_up_pvmove(struct cmd_context *cmd, const char *pv_name,
369 if (!(pv = find_pv_by_name(cmd, pv_name))) {
400 log_print("Detected pvmove in progress for %s", pv_name);
572 int pvmove_poll(struct cmd_context *cmd, const char *pv_name,
575 return poll_daemon(cmd, pv_name, NULL, background, PVMOVE, &_pvmove_fns,
581 char *pv_name = NULL; local
593 pv_name = argv[0];
596 if ((colon = strchr(pv_name, ':'))) {
597 if (!(pv_name = dm_pool_strndup(cmd->mem, pv_name,
    [all...]
  /src/external/gpl2/lvm2/dist/lib/format1/
disk-rep.c 658 const char *pv_name = dev_name(data->dev); local
661 log_error("Failed to write PV structure onto %s", pv_name);
680 log_error("Failed to write VG data to %s", pv_name);
685 log_error("Failed to write PV uuid list to %s", pv_name);
690 log_error("Failed to write LV's to %s", pv_name);
695 log_error("Failed to write extents to %s", pv_name);

Completed in 17 milliseconds