Searched refs:t10_alua_tg_pt_gp (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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 | 53 struct t10_alua_tg_pt_gp *tg_pt_gp); 152 struct t10_alua_tg_pt_gp *tg_pt_gp; in target_emulate_report_target_port_groups() 286 struct t10_alua_tg_pt_gp *tg_pt_gp = NULL, *l_tg_pt_gp; in target_emulate_set_target_port_groups() 476 struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_state_lba_dependent() 688 struct t10_alua_tg_pt_gp *tg_pt_gp; in target_alua_state_check() 917 struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_update_tpg_primary_metadata() 950 static void core_alua_queue_state_change_ua(struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_queue_state_change_ua() 1018 struct t10_alua_tg_pt_gp *tg_pt_gp, in core_alua_do_transition_tg_pt() 1094 struct t10_alua_tg_pt_gp *l_tg_pt_gp, in core_alua_do_port_transition() 1104 struct t10_alua_tg_pt_gp *tg_pt_gp; in core_alua_do_port_transition() [all …]
|
D | target_core_configfs.c | 2450 static inline struct t10_alua_tg_pt_gp *to_tg_pt_gp(struct config_item *item) in to_tg_pt_gp() 2452 return container_of(to_config_group(item), struct t10_alua_tg_pt_gp, in to_tg_pt_gp() 2466 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_access_state_store() 2511 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_access_status_show() 2519 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_access_status_store() 2566 struct t10_alua_tg_pt_gp *t = to_tg_pt_gp(item); \ 2574 struct t10_alua_tg_pt_gp *t = to_tg_pt_gp(item); \ 2620 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_write_metadata_store() 2694 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_tg_pt_gp_id_show() 2704 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 | 43 struct t10_alua_tg_pt_gp *tg_pt_gp; in spc_fill_alua_data() 180 struct t10_alua_tg_pt_gp *tg_pt_gp; in spc_emulate_evpd_83()
|
D | target_core_transport.c | 114 sizeof(struct t10_alua_tg_pt_gp), in init_se_kmem_caches() 115 __alignof__(struct t10_alua_tg_pt_gp), 0, NULL); in init_se_kmem_caches()
|
/Linux-v4.19/include/target/ |
D | target_core_base.h | 257 struct t10_alua_tg_pt_gp *default_tg_pt_gp; 283 struct t10_alua_tg_pt_gp { struct 728 struct t10_alua_tg_pt_gp *lun_tg_pt_gp;
|