Lines Matching defs:kobj
70 struct kobject *kobj = attr_sd->s_parent->s_dir.kobj; in fill_read_buffer() local
194 struct kobject *kobj = attr_sd->s_parent->s_dir.kobj; in flush_write_buffer() local
329 struct kobject *kobj = attr_sd->s_parent->s_dir.kobj; in sysfs_open_file() local
488 static int sysfs_attr_ns(struct kobject *kobj, const struct attribute *attr, in sysfs_attr_ns()
571 int sysfs_create_file(struct kobject * kobj, const struct attribute * attr) in sysfs_create_file()
579 int sysfs_create_files(struct kobject *kobj, const struct attribute **ptr) in sysfs_create_files()
598 int sysfs_add_file_to_group(struct kobject *kobj, in sysfs_add_file_to_group()
626 int sysfs_chmod_file(struct kobject *kobj, const struct attribute *attr, in sysfs_chmod_file()
664 void sysfs_remove_file(struct kobject * kobj, const struct attribute * attr) in sysfs_remove_file()
674 void sysfs_remove_files(struct kobject * kobj, const struct attribute **ptr) in sysfs_remove_files()
687 void sysfs_remove_file_from_group(struct kobject *kobj, in sysfs_remove_file_from_group()
705 struct kobject *kobj; member
750 int sysfs_schedule_callback(struct kobject *kobj, void (*func)(void *), in sysfs_schedule_callback()