Lines Matching refs:kobj

893 static ssize_t f2fs_attr_show(struct kobject *kobj,  in f2fs_attr_show()  argument
896 struct f2fs_sb_info *sbi = container_of(kobj, struct f2fs_sb_info, in f2fs_attr_show()
903 static ssize_t f2fs_attr_store(struct kobject *kobj, struct attribute *attr, in f2fs_attr_store() argument
906 struct f2fs_sb_info *sbi = container_of(kobj, struct f2fs_sb_info, in f2fs_attr_store()
913 static void f2fs_sb_release(struct kobject *kobj) in f2fs_sb_release() argument
915 struct f2fs_sb_info *sbi = container_of(kobj, struct f2fs_sb_info, in f2fs_sb_release()
920 static ssize_t f2fs_base_attr_show(struct kobject *kobj, in f2fs_base_attr_show() argument
929 static ssize_t f2fs_base_attr_store(struct kobject *kobj, in f2fs_base_attr_store() argument
1493 .kobj = {.ktype = &f2fs_ktype},
1524 static ssize_t f2fs_stat_attr_show(struct kobject *kobj, in f2fs_stat_attr_show() argument
1527 struct f2fs_sb_info *sbi = container_of(kobj, struct f2fs_sb_info, in f2fs_stat_attr_show()
1534 static ssize_t f2fs_stat_attr_store(struct kobject *kobj, struct attribute *attr, in f2fs_stat_attr_store() argument
1537 struct f2fs_sb_info *sbi = container_of(kobj, struct f2fs_sb_info, in f2fs_stat_attr_store()
1544 static void f2fs_stat_kobj_release(struct kobject *kobj) in f2fs_stat_kobj_release() argument
1546 struct f2fs_sb_info *sbi = container_of(kobj, struct f2fs_sb_info, in f2fs_stat_kobj_release()
1562 static ssize_t f2fs_sb_feat_attr_show(struct kobject *kobj, in f2fs_sb_feat_attr_show() argument
1565 struct f2fs_sb_info *sbi = container_of(kobj, struct f2fs_sb_info, in f2fs_sb_feat_attr_show()
1572 static void f2fs_feature_list_kobj_release(struct kobject *kobj) in f2fs_feature_list_kobj_release() argument
1574 struct f2fs_sb_info *sbi = container_of(kobj, struct f2fs_sb_info, in f2fs_feature_list_kobj_release()
1767 kobject_set_name(&f2fs_kset.kobj, "f2fs"); in f2fs_init_sysfs()
1768 f2fs_kset.kobj.parent = fs_kobj; in f2fs_init_sysfs()