Lines Matching full:common
26 /* Fields common to all substructures */
36 geo_common_t common; /* No additional fields needed */ member
40 geo_common_t common; /* No additional fields needed */ member
44 geo_common_t common; /* No additional fields needed */ member
48 geo_iocntl_t common; member
67 geo_common_t common; member
114 return (g.common.type == GEO_TYPE_INVALID) ? in geo_slab()
115 INVALID_SLAB : g.common.slab; in geo_slab()
120 return (g.common.type == GEO_TYPE_INVALID) ? in geo_slot()
121 INVALID_SLOT : g.common.slot; in geo_slot()
126 return (g.common.type == GEO_TYPE_INVALID) ? in geo_module()
127 INVALID_MODULE : g.common.module; in geo_module()