Home | History | Annotate | Download | only in src

Lines Matching refs:typdatum

1137 	type_datum_t *typdatum;
1144 typdatum = (type_datum_t *) datum;
1152 && typdatum->flavor == TYPE_ATTRIB)
1158 buf[items++] = cpu_to_le32(typdatum->s.value);
1164 buf[items++] = cpu_to_le32(typdatum->primary);
1167 if (typdatum->primary)
1170 if (typdatum->flavor == TYPE_ATTRIB) {
1172 } else if (typdatum->flavor == TYPE_ALIAS
1176 if (typdatum->flags & TYPE_FLAGS_PERMISSIVE
1181 buf[items++] = cpu_to_le32(typdatum->bounds);
1183 buf[items++] = cpu_to_le32(typdatum->primary);
1186 buf[items++] = cpu_to_le32(typdatum->flavor);
1189 buf[items++] = cpu_to_le32(typdatum->flags);
1190 else if (typdatum->flags & TYPE_FLAGS_PERMISSIVE)
1202 if (ebitmap_write(&typdatum->types, fp))
2051 type_datum_t *typdatum = datum;
2054 if (typdatum->flavor == TYPE_ATTRIB) {