Lines Matching refs:typdatum
1071 type_datum_t *typdatum;
1078 typdatum = (type_datum_t *) datum;
1086 && typdatum->flavor == TYPE_ATTRIB)
1092 buf[items++] = cpu_to_le32(typdatum->s.value);
1098 buf[items++] = cpu_to_le32(typdatum->primary);
1101 if (typdatum->primary)
1104 if (typdatum->flavor == TYPE_ATTRIB) {
1106 } else if (typdatum->flavor == TYPE_ALIAS
1110 if (typdatum->flags & TYPE_FLAGS_PERMISSIVE
1115 buf[items++] = cpu_to_le32(typdatum->bounds);
1117 buf[items++] = cpu_to_le32(typdatum->primary);
1120 buf[items++] = cpu_to_le32(typdatum->flavor);
1123 buf[items++] = cpu_to_le32(typdatum->flags);
1124 else if (typdatum->flags & TYPE_FLAGS_PERMISSIVE)
1136 if (ebitmap_write(&typdatum->types, fp))
1848 type_datum_t *typdatum = datum;
1851 if (typdatum->flavor == TYPE_ATTRIB) {