Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kobj_type Struct Reference

#include <kobject.h>

Data Fields

void(* release )(struct kobject *kobj)
 
struct sysfs_opssysfs_ops
 
struct attribute ** default_attrs
 
struct kobj_ns_type_operations *(* child_ns_type )(struct kobject *kobj)
 
const void *(* namespace )(struct kobject *kobj)
 

Detailed Description

Definition at line 108 of file kobject.h.

Field Documentation

struct kobj_ns_type_operations*(* child_ns_type)(struct kobject *kobj)
read

Definition at line 112 of file kobject.h.

struct attribute** default_attrs

Definition at line 111 of file kobject.h.

const void*(* namespace)(struct kobject *kobj)

Definition at line 113 of file kobject.h.

void(* release)(struct kobject *kobj)

Definition at line 109 of file kobject.h.

Definition at line 110 of file kobject.h.


The documentation for this struct was generated from the following file: