Lines Matching refs:kobject
28 struct kobject *kobj = kn->parent->priv; in sysfs_file_ops()
43 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_seq_show()
81 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_bin_read()
105 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_read()
131 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_write()
144 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_bin_write()
165 struct kobject *kobj = of->kn->parent->priv; in sysfs_kf_bin_mmap()
180 void sysfs_notify(struct kobject *kobj, const char *dir, const char *attr) in sysfs_notify()
258 struct kobject *kobj = parent->priv; in sysfs_add_file_mode_ns()
345 int sysfs_create_file_ns(struct kobject *kobj, const struct attribute *attr, in sysfs_create_file_ns()
359 int sysfs_create_files(struct kobject *kobj, const struct attribute * const *ptr) in sysfs_create_files()
379 int sysfs_add_file_to_group(struct kobject *kobj, in sysfs_add_file_to_group()
413 int sysfs_chmod_file(struct kobject *kobj, const struct attribute *attr, in sysfs_chmod_file()
444 struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection()
472 struct kobject *kobj = kn->parent->priv; in sysfs_unbreak_active_protection()
488 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr, in sysfs_remove_file_ns()
504 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self()
521 void sysfs_remove_files(struct kobject *kobj, const struct attribute * const *ptr) in sysfs_remove_files()
536 void sysfs_remove_file_from_group(struct kobject *kobj, in sysfs_remove_file_from_group()
560 int sysfs_create_bin_file(struct kobject *kobj, in sysfs_create_bin_file()
580 void sysfs_remove_bin_file(struct kobject *kobj, in sysfs_remove_bin_file()
612 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, in sysfs_link_change_owner()
651 int sysfs_file_change_owner(struct kobject *kobj, const char *name, kuid_t kuid, in sysfs_file_change_owner()
693 int sysfs_change_owner(struct kobject *kobj, kuid_t kuid, kgid_t kgid) in sysfs_change_owner()