Lines Matching defs:se_session
611 struct se_session { struct
612 unsigned sess_tearing_down:1;
613 u64 sess_bin_isid;
614 enum target_prot_op sup_prot_ops;
615 enum target_prot_type sess_prot_type;
616 struct se_node_acl *se_node_acl;
617 struct se_portal_group *se_tpg;
618 void *fabric_sess_ptr;
619 struct percpu_ref cmd_count;
620 struct list_head sess_list;
621 struct list_head sess_acl_list;
622 struct list_head sess_cmd_list;
623 spinlock_t sess_cmd_lock;
624 wait_queue_head_t cmd_list_wq;
625 void *sess_cmd_map;
626 struct sbitmap_queue sess_tag_pool;