Lines Matching defs:kobj

30 const void *kobject_namespace(const struct kobject *kobj)  in kobject_namespace()
50 void kobject_get_ownership(const struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership()
67 static int create_dir(struct kobject *kobj) in create_dir()
106 static int get_kobj_path_length(const struct kobject *kobj) in get_kobj_path_length()
124 static int fill_kobj_path(const struct kobject *kobj, char *path, int length) in fill_kobj_path()
152 char *kobject_get_path(const struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path()
174 static void kobj_kset_join(struct kobject *kobj) in kobj_kset_join()
186 static void kobj_kset_leave(struct kobject *kobj) in kobj_kset_leave()
197 static void kobject_init_internal(struct kobject *kobj) in kobject_init_internal()
210 static int kobject_add_internal(struct kobject *kobj) in kobject_add_internal()
266 int kobject_set_name_vargs(struct kobject *kobj, const char *fmt, in kobject_set_name_vargs()
308 int kobject_set_name(struct kobject *kobj, const char *fmt, ...) in kobject_set_name()
333 void kobject_init(struct kobject *kobj, const struct kobj_type *ktype) in kobject_init()
362 static __printf(3, 0) int kobject_add_varg(struct kobject *kobj, in kobject_add_varg()
410 int kobject_add(struct kobject *kobj, struct kobject *parent, in kobject_add()
448 int kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype, in kobject_init_and_add()
474 int kobject_rename(struct kobject *kobj, const char *new_name) in kobject_rename()
538 int kobject_move(struct kobject *kobj, struct kobject *new_parent) in kobject_move()
586 static void __kobject_del(struct kobject *kobj) in __kobject_del()
619 void kobject_del(struct kobject *kobj) in kobject_del()
636 struct kobject *kobject_get(struct kobject *kobj) in kobject_get()
649 struct kobject * __must_check kobject_get_unless_zero(struct kobject *kobj) in kobject_get_unless_zero()
663 static void kobject_cleanup(struct kobject *kobj) in kobject_cleanup()
711 struct kobject *kobj = container_of(kref, struct kobject, kref); in kobject_release() local
730 void kobject_put(struct kobject *kobj) in kobject_put()
742 static void dynamic_kobj_release(struct kobject *kobj) in dynamic_kobj_release()
766 struct kobject *kobj; in kobject_create() local
791 struct kobject *kobj; in kobject_create_and_add() local
820 static ssize_t kobj_attr_show(struct kobject *kobj, struct attribute *attr, in kobj_attr_show()
832 static ssize_t kobj_attr_store(struct kobject *kobj, struct attribute *attr, in kobj_attr_store()
923 static void kset_release(struct kobject *kobj) in kset_release()
931 static void kset_get_ownership(const struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kset_get_ownership()
1069 const struct kobj_ns_type_operations *kobj_ns_ops(const struct kobject *kobj) in kobj_ns_ops()