Searched defs:kobj_type (Results 1 – 2 of 2) sorted by relevance
139 struct kobj_type { struct140 void (*release)(struct kobject *kobj);141 const struct sysfs_ops *sysfs_ops;142 struct attribute **default_attrs; /* use default_groups instead */143 const struct attribute_group **default_groups;144 const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj);145 const void *(*namespace)(struct kobject *kobj);146 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);
128 struct kobj_type kobj_type; member