Home
last modified time | relevance | path

Searched refs:fabric_drop_tpg (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/target/
Dtarget_core_fabric_ops.h89 void (*fabric_drop_tpg)(struct se_portal_group *); member
/linux-2.6.39/drivers/target/loopback/
Dtcm_loop.c1493 fabric->tf_ops.fabric_drop_tpg = &tcm_loop_drop_naa_tpg; in tcm_loop_register_configfs()
/linux-2.6.39/drivers/target/
Dtarget_core_fabric_configfs.c1011 tf->tf_ops.fabric_drop_tpg(se_tpg); in target_fabric_tpg_release()
Dtarget_core_configfs.c521 if (!(tfo->fabric_drop_tpg)) { in target_fabric_tf_ops_check()