Searched refs:rs_on_net (Results 1 – 5 of 5) sorted by relevance
705 LASSERT(!rs->rs_on_net); in target_send_reply()714 rs->rs_on_net = 1; in target_send_reply()746 rs->rs_on_net = 0; in target_send_reply()752 (!rs->rs_on_net && !rs->rs_no_ack) || in target_send_reply()
399 LASSERT(rs->rs_on_net); in reply_out_callback()407 rs->rs_on_net = 0; in reply_out_callback()
2090 if ((!been_handled && rs->rs_on_net) || nlocks > 0) { in ptlrpc_handle_rs()2093 if (!been_handled && rs->rs_on_net) { in ptlrpc_handle_rs()2107 if (!rs->rs_on_net) { in ptlrpc_handle_rs()
505 LASSERT(!rs->rs_on_net); in lustre_free_reply_state()
429 unsigned long rs_on_net:1; /* reply_out_callback pending? */ member