Lines Matching refs:typdatum
1058 type_datum_t *typdatum; in type_write() local
1065 typdatum = (type_datum_t *) datum; in type_write()
1073 && typdatum->flavor == TYPE_ATTRIB) in type_write()
1079 buf[items++] = cpu_to_le32(typdatum->s.value); in type_write()
1085 buf[items++] = cpu_to_le32(typdatum->primary); in type_write()
1088 if (typdatum->primary) in type_write()
1091 if (typdatum->flavor == TYPE_ATTRIB) { in type_write()
1093 } else if (typdatum->flavor == TYPE_ALIAS in type_write()
1097 if (typdatum->flags & TYPE_FLAGS_PERMISSIVE in type_write()
1102 buf[items++] = cpu_to_le32(typdatum->bounds); in type_write()
1104 buf[items++] = cpu_to_le32(typdatum->primary); in type_write()
1107 buf[items++] = cpu_to_le32(typdatum->flavor); in type_write()
1110 buf[items++] = cpu_to_le32(typdatum->flags); in type_write()
1111 else if (typdatum->flags & TYPE_FLAGS_PERMISSIVE) in type_write()
1123 if (ebitmap_write(&typdatum->types, fp)) in type_write()
1832 type_datum_t *typdatum = datum; in type_attr_uncount() local
1835 if (typdatum->flavor == TYPE_ATTRIB) { in type_attr_uncount()