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

  /src/external/gpl2/lvm2/dist/libdm/
libdm-report.c 61 struct field_properties { struct
75 struct field_properties *props;
290 static int _copy_field(struct dm_report *rh, struct field_properties *dest,
308 static struct field_properties * _add_field(struct dm_report *rh,
311 struct field_properties *fp;
313 if (!(fp = dm_pool_zalloc(rh->mem, sizeof(struct field_properties)))) {
314 log_error("dm_report: struct field_properties allocation "
444 struct field_properties *fp, *found = NULL;
679 struct field_properties *fp, void *object)
691 struct field_properties *fp
    [all...]

Completed in 18 milliseconds