Home
last modified time | relevance | path

Searched refs:check_stop_free (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/target/
Dtarget_core_fabric_ops.h50 void (*check_stop_free)(struct se_cmd *); member
/linux-2.6.39/drivers/target/loopback/
Dtcm_loop.c1458 fabric->tf_ops.check_stop_free = &tcm_loop_check_stop_free; in tcm_loop_register_configfs()
/linux-2.6.39/drivers/target/
Dtarget_core_transport.c725 if (CMD_TFO(cmd)->check_stop_free != NULL) { in transport_cmd_check_stop()
729 CMD_TFO(cmd)->check_stop_free(cmd); in transport_cmd_check_stop()