Lines Matching defs:se_lun
481 struct se_lun *se_lun; member
636 struct se_lun *se_lun; member
655 struct se_lun __rcu *se_lun; member
715 struct se_lun { struct
716 u64 unpacked_lun;
717 bool lun_shutdown;
718 bool lun_access_ro;
719 u32 lun_index;
722 u16 lun_rtpi;
723 atomic_t lun_acl_count;
724 struct se_device __rcu *lun_se_dev;
726 struct list_head lun_deve_list;
727 spinlock_t lun_deve_lock;
730 int lun_tg_pt_secondary_stat;
731 int lun_tg_pt_secondary_write_md;
732 atomic_t lun_tg_pt_secondary_offline;
733 struct mutex lun_tg_pt_md_mutex;
736 struct list_head lun_tg_pt_gp_link;
737 struct t10_alua_tg_pt_gp *lun_tg_pt_gp;
738 spinlock_t lun_tg_pt_gp_lock;
740 struct se_portal_group *lun_tpg;
741 struct scsi_port_stats lun_stats;
742 struct config_group lun_group;
743 struct se_port_stat_grps port_stat_grps;
744 struct completion lun_shutdown_comp;
745 struct percpu_ref lun_ref;
746 struct list_head lun_dev_link;
747 struct hlist_node link;
748 struct rcu_head rcu_head;