Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
target_core_configfs.h File Reference

Go to the source code of this file.

Data Structures

struct  target_fabric_configfs_template
 
struct  target_fabric_configfs
 

Macros

#define TARGET_CORE_CONFIGFS_VERSION   TARGET_CORE_MOD_VERSION
 
#define TARGET_CORE_CONFIG_ROOT   "/sys/kernel/config"
 
#define TARGET_CORE_NAME_MAX_LEN   64
 
#define TARGET_FABRIC_NAME_SIZE   32
 
#define TF_CIT_TMPL(tf)   (&(tf)->tf_cit_tmpl)
 

Functions

struct target_fabric_configfstarget_fabric_configfs_init (struct module *, const char *)
 
void target_fabric_configfs_free (struct target_fabric_configfs *)
 
int target_fabric_configfs_register (struct target_fabric_configfs *)
 
void target_fabric_configfs_deregister (struct target_fabric_configfs *)
 

Macro Definition Documentation

#define TARGET_CORE_CONFIG_ROOT   "/sys/kernel/config"

Definition at line 3 of file target_core_configfs.h.

#define TARGET_CORE_CONFIGFS_VERSION   TARGET_CORE_MOD_VERSION

Definition at line 1 of file target_core_configfs.h.

#define TARGET_CORE_NAME_MAX_LEN   64

Definition at line 5 of file target_core_configfs.h.

#define TARGET_FABRIC_NAME_SIZE   32

Definition at line 6 of file target_core_configfs.h.

#define TF_CIT_TMPL (   tf)    (&(tf)->tf_cit_tmpl)

Definition at line 56 of file target_core_configfs.h.

Function Documentation

void target_fabric_configfs_deregister ( struct target_fabric_configfs )

Definition at line 518 of file target_core_configfs.c.

void target_fabric_configfs_free ( struct target_fabric_configfs )

Definition at line 336 of file target_core_configfs.c.

struct target_fabric_configfs* target_fabric_configfs_init ( struct module ,
const char  
)
read

Definition at line 289 of file target_core_configfs.c.

int target_fabric_configfs_register ( struct target_fabric_configfs )

Definition at line 493 of file target_core_configfs.c.