Linux Kernel
3.7.1
|
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) |
#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.
Definition at line 56 of file target_core_configfs.h.
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.
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.