Lines Matching refs:attr
76 struct kobj_attribute *attr,
79 struct kobj_attribute *attr,
94 &ocfs2_filecheck_attr_chk.attr,
95 &ocfs2_filecheck_attr_fix.attr,
96 &ocfs2_filecheck_attr_set.attr,
109 ocfs2_filecheck_show(struct kobject *kobj, struct attribute *attr, char *buf) in ocfs2_filecheck_show() argument
112 struct kobj_attribute *kattr = container_of(attr, in ocfs2_filecheck_show()
113 struct kobj_attribute, attr); in ocfs2_filecheck_show()
123 ocfs2_filecheck_store(struct kobject *kobj, struct attribute *attr, in ocfs2_filecheck_store() argument
127 struct kobj_attribute *kattr = container_of(attr, in ocfs2_filecheck_store()
128 struct kobj_attribute, attr); in ocfs2_filecheck_store()
300 struct kobj_attribute *attr, in ocfs2_filecheck_attr_show() argument
310 if (ocfs2_filecheck_type_parse(attr->attr.name, &type)) in ocfs2_filecheck_attr_show()
452 struct kobj_attribute *attr, in ocfs2_filecheck_attr_store() argument
464 if (ocfs2_filecheck_args_parse(attr->attr.name, buf, count, &args)) in ocfs2_filecheck_attr_store()