Searched refs:t10_alua_tg_pt_gp (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/target/ |
D | target_core_alua.h | 95 extern int core_alua_do_port_transition(struct t10_alua_tg_pt_gp *, 116 extern struct t10_alua_tg_pt_gp *core_alua_allocate_tg_pt_gp( 118 extern int core_alua_set_tg_pt_gp_id(struct t10_alua_tg_pt_gp *, u16); 119 extern void core_alua_free_tg_pt_gp(struct t10_alua_tg_pt_gp *); 121 extern void target_attach_tg_pt_gp(struct se_lun *, struct t10_alua_tg_pt_gp *); 125 extern ssize_t core_alua_show_access_type(struct t10_alua_tg_pt_gp *, char *); 126 extern ssize_t core_alua_store_access_type(struct t10_alua_tg_pt_gp *, 128 extern ssize_t core_alua_show_nonop_delay_msecs(struct t10_alua_tg_pt_gp *, 130 extern ssize_t core_alua_store_nonop_delay_msecs(struct t10_alua_tg_pt_gp *, 132 extern ssize_t core_alua_show_trans_delay_msecs(struct t10_alua_tg_pt_gp *, [all …]
|
D | target_core_alua.c | 50 struct t10_alua_tg_pt_gp *tg_pt_gp); 149 struct t10_alua_tg_pt_gp *tg_pt_gp; in target_emulate_report_target_port_groups() 284 struct t10_alua_tg_pt_gp *tg_pt_gp = NULL, *l_tg_pt_gp; in target_emulate_set_target_port_groups() 474 struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_state_lba_dependent() 686 struct t10_alua_tg_pt_gp *tg_pt_gp; in target_alua_state_check() 911 struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_update_tpg_primary_metadata() 943 static void core_alua_queue_state_change_ua(struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_queue_state_change_ua() 1012 struct t10_alua_tg_pt_gp *tg_pt_gp = container_of(work, in core_alua_do_transition_tg_pt_work() 1013 struct t10_alua_tg_pt_gp, tg_pt_gp_transition_work.work); in core_alua_do_transition_tg_pt_work() 1059 struct t10_alua_tg_pt_gp *tg_pt_gp, in core_alua_do_transition_tg_pt() [all …]
|
D | target_core_configfs.c | 2301 static inline struct t10_alua_tg_pt_gp *to_tg_pt_gp(struct config_item *item) in to_tg_pt_gp() 2303 return container_of(to_config_group(item), struct t10_alua_tg_pt_gp, in to_tg_pt_gp() 2317 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_access_state_store() 2362 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_access_status_show() 2370 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_access_status_store() 2417 struct t10_alua_tg_pt_gp *t = to_tg_pt_gp(item); \ 2425 struct t10_alua_tg_pt_gp *t = to_tg_pt_gp(item); \ 2471 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_alua_write_metadata_store() 2545 struct t10_alua_tg_pt_gp *tg_pt_gp = to_tg_pt_gp(item); in target_tg_pt_gp_tg_pt_gp_id_show() 2555 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-4.4.14/include/target/ |
D | target_core_base.h | 249 struct t10_alua_tg_pt_gp *default_tg_pt_gp; 275 struct t10_alua_tg_pt_gp { struct 732 struct t10_alua_tg_pt_gp *lun_tg_pt_gp;
|