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

#include <target_core_base.h>

Data Fields

char initiatorname [TRANSPORT_IQN_LEN]
 
bool dynamic_node_acl
 
bool acl_stop:1
 
u32 queue_depth
 
u32 acl_index
 
u64 num_cmds
 
u64 read_bytes
 
u64 write_bytes
 
spinlock_t stats_lock
 
atomic_t acl_pr_ref_count
 
struct se_dev_entry ** device_list
 
struct se_sessionnacl_sess
 
struct se_portal_groupse_tpg
 
spinlock_t device_list_lock
 
spinlock_t nacl_sess_lock
 
struct config_group acl_group
 
struct config_group acl_attrib_group
 
struct config_group acl_auth_group
 
struct config_group acl_param_group
 
struct config_group acl_fabric_stat_group
 
struct config_groupacl_default_groups [5]
 
struct list_head acl_list
 
struct list_head acl_sess_list
 
struct completion acl_free_comp
 
struct kref acl_kref
 

Detailed Description

Definition at line 577 of file target_core_base.h.

Field Documentation

struct config_group acl_attrib_group

Definition at line 596 of file target_core_base.h.

struct config_group acl_auth_group

Definition at line 597 of file target_core_base.h.

struct config_group* acl_default_groups[5]

Definition at line 600 of file target_core_base.h.

struct config_group acl_fabric_stat_group

Definition at line 599 of file target_core_base.h.

struct completion acl_free_comp

Definition at line 603 of file target_core_base.h.

struct config_group acl_group

Definition at line 595 of file target_core_base.h.

u32 acl_index

Definition at line 583 of file target_core_base.h.

struct kref acl_kref

Definition at line 604 of file target_core_base.h.

struct list_head acl_list

Definition at line 601 of file target_core_base.h.

struct config_group acl_param_group

Definition at line 598 of file target_core_base.h.

atomic_t acl_pr_ref_count

Definition at line 589 of file target_core_base.h.

struct list_head acl_sess_list

Definition at line 602 of file target_core_base.h.

bool acl_stop

Definition at line 581 of file target_core_base.h.

Definition at line 590 of file target_core_base.h.

spinlock_t device_list_lock

Definition at line 593 of file target_core_base.h.

bool dynamic_node_acl

Definition at line 580 of file target_core_base.h.

char initiatorname[TRANSPORT_IQN_LEN]

Definition at line 578 of file target_core_base.h.

struct se_session* nacl_sess

Definition at line 591 of file target_core_base.h.

spinlock_t nacl_sess_lock

Definition at line 594 of file target_core_base.h.

u64 num_cmds

Definition at line 584 of file target_core_base.h.

u32 queue_depth

Definition at line 582 of file target_core_base.h.

u64 read_bytes

Definition at line 585 of file target_core_base.h.

Definition at line 592 of file target_core_base.h.

spinlock_t stats_lock

Definition at line 587 of file target_core_base.h.

u64 write_bytes

Definition at line 586 of file target_core_base.h.


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