Home
last modified time | relevance | path

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

/include/linux/
Dkobject.h126 struct kobj_type { struct
127 void (*release)(struct kobject *kobj);
128 const struct sysfs_ops *sysfs_ops;
129 const struct attribute_group **default_groups;
130 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);
131 const void *(*namespace)(struct kobject *kobj);
132 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);