Lines Matching defs:attribute
5015 struct attribute attr;
5418 static struct attribute *slab_attrs[] = {
5496 struct attribute *attr,
5499 struct slab_attribute *attribute;
5503 attribute = to_slab_attr(attr);
5506 if (!attribute->show)
5509 err = attribute->show(s, buf);
5515 struct attribute *attr,
5518 struct slab_attribute *attribute;
5522 attribute = to_slab_attr(attr);
5525 if (!attribute->store)
5528 err = attribute->store(s, buf, len);