Searched refs:TLM_ABORT (Results 1 – 6 of 6) sorted by relevance
1123 lcmd->tc_reader == TLM_ABORT || in ndmp_wait_for_mover()1125 lcmd->tc_writer == TLM_ABORT) { in ndmp_wait_for_mover()1584 cmds->tcs_reader = cmds->tcs_writer = TLM_ABORT; in ndmp_stop_buffer_worker()1585 cmds->tcs_command->tc_reader = TLM_ABORT; in ndmp_stop_buffer_worker()1586 cmds->tcs_command->tc_writer = TLM_ABORT; in ndmp_stop_buffer_worker()1622 cmds->tcs_reader = TLM_ABORT; in ndmp_stop_reader_thread()1623 cmds->tcs_command->tc_reader = TLM_ABORT; in ndmp_stop_reader_thread()1659 cmds->tcs_writer = TLM_ABORT; in ndmp_stop_writer_thread()1660 cmds->tcs_command->tc_writer = TLM_ABORT; in ndmp_stop_writer_thread()
2683 while (cmds->tcs_writer != (int)TLM_ABORT && in mover_socket_writer()2684 lcmd->tc_writer != (int)TLM_ABORT) { in mover_socket_writer()2714 if (cmds->tcs_writer == (int)TLM_ABORT) in mover_socket_writer()2716 if (lcmd->tc_writer == (int)TLM_ABORT) in mover_socket_writer()3047 while (cmds->tcs_writer != (int)TLM_ABORT && in mover_tape_writer()3048 lcmd->tc_writer != (int)TLM_ABORT) { in mover_tape_writer()3077 if (cmds->tcs_writer == (int)TLM_ABORT) in mover_tape_writer()3079 if (lcmd->tc_writer == (int)TLM_ABORT) in mover_tape_writer()
986 while (cmds->tcs_writer != (int)TLM_ABORT && in ndmp_tar_writer()987 lcmd->tc_writer != (int)TLM_ABORT) { in ndmp_tar_writer()1019 if (cmds->tcs_writer != (int)TLM_ABORT) { in ndmp_tar_writer()1025 if (lcmd->tc_writer != (int)TLM_ABORT) { in ndmp_tar_writer()
755 local_commands->tc_writer = TLM_ABORT; in tlm_output_xattr()786 local_commands->tc_writer = TLM_ABORT; in tlm_output_xattr()1017 local_commands->tc_writer = TLM_ABORT; in tlm_output_file()1037 local_commands->tc_writer = TLM_ABORT; in tlm_output_file()
351 while (commands->tcs_writer != TLM_ABORT && in tar_getdir()970 commands->tcs_reader = TLM_ABORT; in tar_getdir()
67 #define TLM_ABORT 0x99999999 /* abandon the run */ macro