Home | History | Annotate | Download | only in tools

Lines Matching defs:lvs

100 	dm_list_init(&_free_vg.lvs);
248 case LVS:
363 report_type |= LVS;
366 if ((report_type & LVS) && (report_type & (PVS | LABEL)) && !args_are_pvs) {
374 ((report_type & (PVS | LABEL)) && (report_type & LVS)))
382 else if (report_type & LVS)
383 report_type = LVS;
386 case LVS:
426 int lvs(struct cmd_context *cmd, int argc, char **argv)
433 type = LVS;