Lines Matching refs:attribute
166 struct attribute attr;
177 struct attribute *attr, in orangefs_attr_show()
180 struct orangefs_attribute *attribute; in orangefs_attr_show() local
182 attribute = container_of(attr, struct orangefs_attribute, attr); in orangefs_attr_show()
183 if (!attribute->show) in orangefs_attr_show()
185 return attribute->show(kobj, attribute, buf); in orangefs_attr_show()
189 struct attribute *attr, in orangefs_attr_store()
193 struct orangefs_attribute *attribute; in orangefs_attr_store() local
199 attribute = container_of(attr, struct orangefs_attribute, attr); in orangefs_attr_store()
200 if (!attribute->store) in orangefs_attr_store()
202 return attribute->store(kobj, attribute, buf, len); in orangefs_attr_store()
874 static struct attribute *orangefs_default_attrs[] = {
929 static struct attribute *acache_orangefs_default_attrs[] = {
976 static struct attribute *capcache_orangefs_default_attrs[] = {
1023 static struct attribute *ccache_orangefs_default_attrs[] = {
1070 static struct attribute *ncache_orangefs_default_attrs[] = {
1111 static struct attribute *pc_orangefs_default_attrs[] = {
1145 static struct attribute *stats_orangefs_default_attrs[] = {