Home
last modified time | relevance | path

Searched defs:kobj_type (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dkobject.h122 struct kobj_type { struct
123 void (*release)(struct kobject *kobj);
124 const struct sysfs_ops *sysfs_ops;
125 const struct attribute_group **default_groups;
126 const struct kobj_ns_type_operations *(*child_ns_type)(const struct kobject *kobj);
127 const void *(*namespace)(const struct kobject *kobj);
128 void (*get_ownership)(const struct kobject *kobj, kuid_t *uid, kgid_t *gid);