Searched defs:kobj_type (Results 1 – 1 of 1) sorted by relevance
6792 struct kobj_type { struct6793 void (*release)(struct kobject *);6794 const struct sysfs_ops *sysfs_ops;6795 struct attribute **default_attrs;6796 const struct attribute_group **default_groups;6797 const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);6798 const void * (*namespace)(struct kobject *);6799 void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);74406 struct kobj_type kobj_type; member