• Home
  • Raw
  • Download

Lines Matching refs:kobj

36 static ssize_t nilfs_##name##_attr_show(struct kobject *kobj, \
39 struct the_nilfs *nilfs = container_of(kobj->parent, \
47 static ssize_t nilfs_##name##_attr_store(struct kobject *kobj, \
51 struct the_nilfs *nilfs = container_of(kobj->parent, \
65 static void nilfs_##name##_attr_release(struct kobject *kobj) \
68 struct the_nilfs *nilfs = container_of(kobj->parent, \
84 struct kobject *kobj; \
89 kobj = &subgroups->sg_##name##_kobj; \
92 kobj->kset = nilfs_kset; \
94 err = kobject_init_and_add(kobj, &nilfs_##name##_ktype, parent, \
148 static ssize_t nilfs_snapshot_attr_show(struct kobject *kobj, in nilfs_snapshot_attr_show() argument
152 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_show()
159 static ssize_t nilfs_snapshot_attr_store(struct kobject *kobj, in nilfs_snapshot_attr_store() argument
164 container_of(kobj, struct nilfs_root, snapshot_kobj); in nilfs_snapshot_attr_store()
171 static void nilfs_snapshot_attr_release(struct kobject *kobj) in nilfs_snapshot_attr_release() argument
173 struct nilfs_root *root = container_of(kobj, struct nilfs_root, in nilfs_snapshot_attr_release()
943 static ssize_t nilfs_dev_attr_show(struct kobject *kobj, in nilfs_dev_attr_show() argument
946 struct the_nilfs *nilfs = container_of(kobj, struct the_nilfs, in nilfs_dev_attr_show()
954 static ssize_t nilfs_dev_attr_store(struct kobject *kobj, in nilfs_dev_attr_store() argument
958 struct the_nilfs *nilfs = container_of(kobj, struct the_nilfs, in nilfs_dev_attr_store()
966 static void nilfs_dev_attr_release(struct kobject *kobj) in nilfs_dev_attr_release() argument
968 struct the_nilfs *nilfs = container_of(kobj, struct the_nilfs, in nilfs_dev_attr_release()
1064 static ssize_t nilfs_feature_revision_show(struct kobject *kobj, in nilfs_feature_revision_show() argument
1076 static ssize_t nilfs_feature_README_show(struct kobject *kobj, in nilfs_feature_README_show() argument
1109 err = sysfs_create_group(&nilfs_kset->kobj, &nilfs_feature_attr_group); in nilfs_sysfs_init()
1127 sysfs_remove_group(&nilfs_kset->kobj, &nilfs_feature_attr_group); in nilfs_sysfs_exit()