Home
last modified time | relevance | path

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

/linux-2.6.39/include/target/
Dtarget_core_fabric_ops.h58 void (*stop_session)(struct se_session *, int, int); member
/linux-2.6.39/drivers/target/loopback/
Dtcm_loop.c1463 fabric->tf_ops.stop_session = &tcm_loop_stop_session; in tcm_loop_register_configfs()
/linux-2.6.39/drivers/target/
Dtarget_core_configfs.c436 if (!(tfo->stop_session)) { in target_fabric_tf_ops_check()
Dtarget_core_transport.c2202 CMD_TFO(cmd)->stop_session(cmd->se_sess, 0, 0); in transport_generic_request_failure()