Home
last modified time | relevance | path

Searched refs:rq_send_state (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c618 request->rq_send_state = LUSTRE_IMP_FULL; in __ptlrpc_request_bufs_pack()
1035 } else if (req->rq_send_state == LUSTRE_IMP_CONNECTING && in ptlrpc_import_delay_req()
1049 } else if (req->rq_send_state != imp->imp_state) { in ptlrpc_import_delay_req()
1279 if (req->rq_send_state != LUSTRE_IMP_FULL || in after_reply()
1383 ptlrpc_import_state_name(req->rq_send_state), in ptlrpc_send_new_req()
1910 req->rq_send_state != LUSTRE_IMP_FULL || in ptlrpc_expire_one_request()
1913 ptlrpc_import_state_name(req->rq_send_state), in ptlrpc_expire_one_request()
2731 req->rq_send_state = aa->praa_old_state; in ptlrpc_replay_interpret()
2756 aa->praa_old_state = req->rq_send_state; in ptlrpc_replay_req()
2757 req->rq_send_state = LUSTRE_IMP_REPLAY; in ptlrpc_replay_req()
[all …]
Dptlrpcd.c179 if (req != NULL && req->rq_send_state != LUSTRE_IMP_FULL) in ptlrpcd_select_pc()
248 LASSERT(req->rq_send_state == LUSTRE_IMP_REPLAY); in ptlrpcd_add_req()
Dniobuf.c138 if (req->rq_resend || req->rq_send_state == LUSTRE_IMP_REPLAY) in ptlrpc_register_bulk()
159 req->rq_send_state != LUSTRE_IMP_REPLAY) || in ptlrpc_register_bulk()
Dimport.c718 request->rq_send_state = LUSTRE_IMP_CONNECTING; in ptlrpc_connect_import()
1252 req->rq_send_state = LUSTRE_IMP_REPLAY_WAIT; in signal_completed_replay()
1483 req->rq_send_state = LUSTRE_IMP_CONNECTING; in ptlrpc_disconnect_import()
Dpinger.c74 req->rq_send_state = LUSTRE_IMP_FULL; in ptlrpc_obd_ping()
Dlproc_ptlrpc.c1204 req->rq_send_state = LUSTRE_IMP_FULL; in lprocfs_wr_ping()
/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c53 request->rq_send_state = level; in mdc_reint()
Dmdc_request.c89 req->rq_send_state = LUSTRE_IMP_FULL; in mdc_getstatus()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1422 enum lustre_imp_state rq_send_state; member
/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c1889 req->rq_send_state = LUSTRE_IMP_REPLAY_LOCKS; in replay_one_lock()