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

  /src/external/gpl2/lvm2/dist/libdm/
libdm-report.c 308 static struct field_properties * _add_field(struct dm_report *rh, function
406 if ((rh->fields[f].type & type) && !_add_field(rh, f, 0))
427 return _add_field(rh, f, 0) ? 1 : 0;
456 else if (!(found = _add_field(rh, field_num, FLD_HIDDEN)))

Completed in 16 milliseconds