Lines Matching defs:kobj

34 	struct kobject *kobj = sysfs_file_kobj(kn);  in sysfs_file_ops()  local
49 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_seq_show() local
87 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_read() local
111 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_read() local
137 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_write() local
150 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_write() local
171 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_mmap() local
180 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_llseek() local
198 void sysfs_notify(struct kobject *kobj, const char *dir, const char *attr) in sysfs_notify()
277 struct kobject *kobj = parent->priv; in sysfs_add_file_mode_ns() local
364 int sysfs_create_file_ns(struct kobject *kobj, const struct attribute *attr, in sysfs_create_file_ns()
378 int sysfs_create_files(struct kobject *kobj, const struct attribute * const *ptr) in sysfs_create_files()
398 int sysfs_add_file_to_group(struct kobject *kobj, in sysfs_add_file_to_group()
432 int sysfs_chmod_file(struct kobject *kobj, const struct attribute *attr, in sysfs_chmod_file()
463 struct kernfs_node *sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection()
491 struct kobject *kobj = sysfs_file_kobj(kn); in sysfs_unbreak_active_protection() local
507 void sysfs_remove_file_ns(struct kobject *kobj, const struct attribute *attr, in sysfs_remove_file_ns()
523 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self()
540 void sysfs_remove_files(struct kobject *kobj, const struct attribute * const *ptr) in sysfs_remove_files()
555 void sysfs_remove_file_from_group(struct kobject *kobj, in sysfs_remove_file_from_group()
579 int sysfs_create_bin_file(struct kobject *kobj, in sysfs_create_bin_file()
599 void sysfs_remove_bin_file(struct kobject *kobj, in sysfs_remove_bin_file()
631 int sysfs_link_change_owner(struct kobject *kobj, struct kobject *targ, in sysfs_link_change_owner()
670 int sysfs_file_change_owner(struct kobject *kobj, const char *name, kuid_t kuid, in sysfs_file_change_owner()
711 int sysfs_change_owner(struct kobject *kobj, kuid_t kuid, kgid_t kgid) in sysfs_change_owner()
811 ssize_t sysfs_bin_attr_simple_read(struct file *file, struct kobject *kobj, in sysfs_bin_attr_simple_read()