Home | History | Annotate | Download | only in misc

Lines Matching refs:layer

134  * <vg>-<lv>-<layer> or if !layer just <vg>-<lv>.
137 const char *lvname, const char *layer)
146 if (layer && *layer) {
147 _count_chars(layer, &len, &hyphens, '-', 0);
155 " for %s %s %s.", len, vgname, lvname, layer);
164 if (layer && *layer) {
165 /* No hyphen if the layer begins with _ e.g. _mlog */
166 if (*layer != '_')
168 _quote_hyphens(&out, layer);
197 * Device layer names are all of the form <vg>-<lv>-<layer>, any
199 * another hyphen. The top layer of any device has no layer