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