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

#include <configfs.h>

Data Fields

charci_name
 
char ci_namebuf [CONFIGFS_ITEM_NAME_LEN]
 
struct kref ci_kref
 
struct list_head ci_entry
 
struct config_itemci_parent
 
struct config_groupci_group
 
struct config_item_typeci_type
 
struct dentryci_dentry
 

Detailed Description

Definition at line 56 of file configfs.h.

Field Documentation

struct dentry* ci_dentry

Definition at line 64 of file configfs.h.

struct list_head ci_entry

Definition at line 60 of file configfs.h.

struct config_group* ci_group

Definition at line 62 of file configfs.h.

struct kref ci_kref

Definition at line 59 of file configfs.h.

char* ci_name

Definition at line 57 of file configfs.h.

Definition at line 58 of file configfs.h.

struct config_item* ci_parent

Definition at line 61 of file configfs.h.

Definition at line 63 of file configfs.h.


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