Lines Matching defs:se_session
620 struct se_session { struct
621 atomic_t stopped;
622 u64 sess_bin_isid;
623 enum target_prot_op sup_prot_ops;
624 enum target_prot_type sess_prot_type;
625 struct se_node_acl *se_node_acl;
626 struct se_portal_group *se_tpg;
627 void *fabric_sess_ptr;
628 struct percpu_ref cmd_count;
629 struct list_head sess_list;
630 struct list_head sess_acl_list;
631 spinlock_t sess_cmd_lock;
632 wait_queue_head_t cmd_count_wq;
633 struct completion stop_done;
634 void *sess_cmd_map;
635 struct sbitmap_queue sess_tag_pool;