Lines Matching defs:body
450 const struct d0_features *body =
453 switch (be16_to_cpu(body->code)) {
455 supported = check_tper(body->features);
458 single_user = check_sum(body->features);
461 check_geometry(dev, body);
464 dev->mbr_enabled = check_mbrenabled(body->features);
470 be16_to_cpu(body->code));
473 comid = get_comid_v100(body->features);
477 comid = get_comid_v200(body->features);
485 be16_to_cpu(body->code));
488 cpos += body->length + 4;