Lines Matching defs:volume

116 /* The volume-request XML file to read */
119 /* The size of the requested volume */
125 /* The volume name to use */
247 * Generates the XML volume request corresponding to the command-line
258 xmlNodePtr request, volume;
298 /* volume element */
299 volume = xmlNewChild(request, NULL, (xmlChar *)ELEMENT_VOLUME, NULL);
303 xmlSetProp(volume,
308 xmlSetProp(volume, (xmlChar *)ATTR_SIZEINBYTES, (xmlChar *)arg_size);
312 xmlSetProp(volume,
318 xmlSetProp(volume,
324 xmlSetProp(volume,
333 gettext("Generated volume-request:\n%s"), text);
419 * Whether a volume request is specified on the command line
782 Specify the volume request or volume configuration file to\n\
789 Specify the size of the volume to be created.\n\
793 creation of this volume.\n\
796 generated volume configuration.\n\
798 -d Output the volume configuration that satisfies the specified or\n\
799 generated volume request.\n\
801 -f Specify whether the volume should support automatic component\n\
805 Specify the name of the new volume.\n\
808 Specify the number of required paths to the storage volume.\n\
815 volume.\n\
1035 * Creates a volume-request or volume-config XML document, based on the
1045 * @return 0 if a volume-request or volume-config XML document
1056 /* Create a volume-request based on quality of service */
1060 volume_set_error(gettext("error creating volume request"));
1153 * Handle processing of the given volume-config devconfig_t. The
1160 * A devconfig_t representing a valid volume-config.
1183 gettext("Generated volume-config:\n%s"), text);
1213 * Handle processing of the given volume-request request_t and
1214 * volume-defaults defaults_t. A layout is generated from these
1215 * structures and the resulting volume-config devconfig_t is passed on
1219 * A request_t representing a valid volume-request.
1222 * A defaults_t representing a valid volume-defaults.
1236 /* Retrieve resulting volume config */
1392 /* Read volume-request/config file */
1395 /* Is this a volume-config? */
1416 /* Is this a volume-request? */