Lines Matching defs:body
599 const struct d0_features *body =
602 switch (be16_to_cpu(body->code)) {
604 supported = check_tper(body->features);
607 single_user = check_sum(body->features);
612 check_geometry(dev, body);
615 if (check_lcksuppt(body->features))
617 if (check_lckenabled(body->features))
619 if (check_locked(body->features))
621 if (check_mbrenabled(body->features))
623 if (check_mbrdone(body->features))
630 be16_to_cpu(body->code));
633 comid = get_comid_v100(body->features);
637 comid = get_comid_v200(body->features);
645 be16_to_cpu(body->code));
648 cpos += body->length + 4;