Searched defs:kobj_type (Results 1 – 1 of 1) sorted by relevance
5610 struct kobj_type { struct5611 void (*release)(struct kobject *);5612 const struct sysfs_ops *sysfs_ops;5613 struct attribute **default_attrs;5614 const struct attribute_group **default_groups;5615 const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);5616 const void * (*namespace)(struct kobject *);5617 void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);138403 struct kobj_type kobj_type; member