Searched refs:rs_on_net (Results 1 – 5 of 5) sorted by relevance
702 LASSERT(!rs->rs_on_net); in target_send_reply()711 rs->rs_on_net = 1; in target_send_reply()743 rs->rs_on_net = 0; in target_send_reply()749 (!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()
1814 if ((!been_handled && rs->rs_on_net) || nlocks > 0) { in ptlrpc_handle_rs()1817 if (!been_handled && rs->rs_on_net) { in ptlrpc_handle_rs()1831 if (!rs->rs_on_net) { in ptlrpc_handle_rs()
489 LASSERT(!rs->rs_on_net); in lustre_free_reply_state()
428 unsigned long rs_on_net:1; /* reply_out_callback pending? */ member