Home
last modified time | relevance | path

Searched refs:t10_alua_tg_pt_gp (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_alua.h96 extern int core_alua_do_port_transition(struct t10_alua_tg_pt_gp *,
117 extern struct t10_alua_tg_pt_gp *core_alua_allocate_tg_pt_gp(
119 extern int core_alua_set_tg_pt_gp_id(struct t10_alua_tg_pt_gp *, u16);
122 extern void core_alua_free_tg_pt_gp(struct t10_alua_tg_pt_gp *);
125 struct t10_alua_tg_pt_gp *);
129 extern ssize_t core_alua_show_access_type(struct t10_alua_tg_pt_gp *, char *);
130 extern ssize_t core_alua_store_access_type(struct t10_alua_tg_pt_gp *,
132 extern ssize_t core_alua_show_nonop_delay_msecs(struct t10_alua_tg_pt_gp *,
134 extern ssize_t core_alua_store_nonop_delay_msecs(struct t10_alua_tg_pt_gp *,
136 extern ssize_t core_alua_show_trans_delay_msecs(struct t10_alua_tg_pt_gp *,
[all …]
Dtarget_core_alua.c150 struct t10_alua_tg_pt_gp *tg_pt_gp; in target_emulate_report_target_port_groups()
290 struct t10_alua_tg_pt_gp *tg_pt_gp = NULL, *l_tg_pt_gp; in target_emulate_set_target_port_groups()
488 struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_state_lba_dependent()
701 struct t10_alua_tg_pt_gp *tg_pt_gp; in target_alua_state_check()
937 struct t10_alua_tg_pt_gp *tg_pt_gp) in core_alua_update_tpg_primary_metadata()
971 struct t10_alua_tg_pt_gp *tg_pt_gp = container_of(work, in core_alua_do_transition_tg_pt_work()
972 struct t10_alua_tg_pt_gp, tg_pt_gp_transition_work.work); in core_alua_do_transition_tg_pt_work()
1069 struct t10_alua_tg_pt_gp *tg_pt_gp, in core_alua_do_transition_tg_pt()
1144 struct t10_alua_tg_pt_gp *l_tg_pt_gp, in core_alua_do_port_transition()
1154 struct t10_alua_tg_pt_gp *tg_pt_gp; in core_alua_do_port_transition()
[all …]
Dtarget_core_configfs.c1942 CONFIGFS_EATTR_STRUCT(target_core_alua_tg_pt_gp, t10_alua_tg_pt_gp);
1960 struct t10_alua_tg_pt_gp *tg_pt_gp, in target_core_alua_tg_pt_gp_show_attr_alua_access_state()
1968 struct t10_alua_tg_pt_gp *tg_pt_gp, in target_core_alua_tg_pt_gp_store_attr_alua_access_state()
2019 struct t10_alua_tg_pt_gp *tg_pt_gp, in target_core_alua_tg_pt_gp_show_attr_alua_access_status()
2027 struct t10_alua_tg_pt_gp *tg_pt_gp, in target_core_alua_tg_pt_gp_store_attr_alua_access_status()
2067 struct t10_alua_tg_pt_gp *tg_pt_gp, in target_core_alua_tg_pt_gp_show_attr_alua_access_type()
2074 struct t10_alua_tg_pt_gp *tg_pt_gp, in target_core_alua_tg_pt_gp_store_attr_alua_access_type()
2089 struct t10_alua_tg_pt_gp *t, char *p) \
2096 struct t10_alua_tg_pt_gp *t, const char *p, size_t c) \
2171 struct t10_alua_tg_pt_gp *tg_pt_gp, in target_core_alua_tg_pt_gp_show_attr_alua_write_metadata()
[all …]
Dtarget_core_spc.c42 struct t10_alua_tg_pt_gp *tg_pt_gp; in spc_fill_alua_data()
187 struct t10_alua_tg_pt_gp *tg_pt_gp; in spc_emulate_evpd_83()
Dtarget_core_transport.c116 sizeof(struct t10_alua_tg_pt_gp), in init_se_kmem_caches()
117 __alignof__(struct t10_alua_tg_pt_gp), 0, NULL); in init_se_kmem_caches()
/linux-4.1.27/include/target/
Dtarget_core_base.h280 struct t10_alua_tg_pt_gp *default_tg_pt_gp;
306 struct t10_alua_tg_pt_gp { struct
338 struct t10_alua_tg_pt_gp *tg_pt_gp; argument