Searched refs:t10_alua_tg_pt_gp (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
D | target_core_alua.h | 89 extern int core_alua_do_port_transition(struct t10_alua_tg_pt_gp *, 110 extern struct t10_alua_tg_pt_gp *core_alua_allocate_tg_pt_gp( 112 extern int core_alua_set_tg_pt_gp_id(struct t10_alua_tg_pt_gp *, u16); 113 extern void core_alua_free_tg_pt_gp(struct t10_alua_tg_pt_gp *); 115 extern void target_attach_tg_pt_gp(struct se_lun *, struct t10_alua_tg_pt_gp *); 119 extern ssize_t core_alua_show_access_type(struct t10_alua_tg_pt_gp *, char *); 120 extern ssize_t core_alua_store_access_type(struct t10_alua_tg_pt_gp *, 122 extern ssize_t core_alua_show_nonop_delay_msecs(struct t10_alua_tg_pt_gp *, 124 extern ssize_t core_alua_store_nonop_delay_msecs(struct t10_alua_tg_pt_gp *, 126 extern ssize_t core_alua_show_trans_delay_msecs(struct t10_alua_tg_pt_gp *, [all …]
|
D | target_core_alua.c | 40 struct t10_alua_tg_pt_gp *tg_pt_gp); 139 struct t10_alua_tg_pt_gp *tg_pt_gp; in target_emulate_report_target_port_groups() 273 struct t10_alua_tg_pt_gp *tg_pt_gp = NULL, *l_tg_pt_gp; in target_emulate_set_target_port_groups() 463 struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_state_lba_dependent() 675 struct t10_alua_tg_pt_gp *tg_pt_gp; in target_alua_state_check() 901 struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_update_tpg_primary_metadata() 936 static void core_alua_queue_state_change_ua(struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_queue_state_change_ua() 1004 struct t10_alua_tg_pt_gp *tg_pt_gp, in core_alua_do_transition_tg_pt() 1080 struct t10_alua_tg_pt_gp *l_tg_pt_gp, in core_alua_do_port_transition() 1090 struct t10_alua_tg_pt_gp *tg_pt_gp; in core_alua_do_port_transition() [all …]
|
D | target_core_configfs.c | 2742 static inline struct t10_alua_tg_pt_gp *to_tg_pt_gp(struct config_item *item) in to_tg_pt_gp() 2744 return container_of(to_config_group(item), struct t10_alua_tg_pt_gp, in to_tg_pt_gp() 2758 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_access_state_store() 2803 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_access_status_show() 2811 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_access_status_store() 2858 struct t10_alua_tg_pt_gp *t = to_tg_pt_gp(item); \ 2866 struct t10_alua_tg_pt_gp *t = to_tg_pt_gp(item); \ 2912 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_write_metadata_store() 2986 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_tg_pt_gp_id_show() 2996 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_tg_pt_gp_id_store() [all …]
|
D | target_core_spc.c | 30 struct t10_alua_tg_pt_gp *tg_pt_gp; in spc_fill_alua_data() 174 struct t10_alua_tg_pt_gp *tg_pt_gp; in spc_emulate_evpd_83()
|
D | target_core_transport.c | 101 sizeof(struct t10_alua_tg_pt_gp), in init_se_kmem_caches() 102 __alignof__(struct t10_alua_tg_pt_gp), 0, NULL); in init_se_kmem_caches()
|
/kernel/linux/linux-5.10/include/target/ |
D | target_core_base.h | 260 struct t10_alua_tg_pt_gp *default_tg_pt_gp; 286 struct t10_alua_tg_pt_gp { struct 747 struct t10_alua_tg_pt_gp *lun_tg_pt_gp;
|