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

  /src/external/gpl2/lvm2/dist/libdm/
libdm-report.c 31 uint32_t report_types; member in struct:dm_report
380 return rh->report_types |
384 return rh->report_types;
424 rh->report_types |= rh->fields[f].type;
432 rh->report_types |= type;
455 rh->report_types |= rh->fields[field_num].type;
561 struct dm_report *dm_report_init(uint32_t *report_types,
580 * rh->report_types is updated in _parse_fields() and _parse_keys()
584 if (report_types)
585 rh->report_types = *report_types
    [all...]

Completed in 57 milliseconds