Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c604 request->rq_send_state = LUSTRE_IMP_FULL; in __ptlrpc_request_bufs_pack()
1079 } else if (req->rq_send_state == LUSTRE_IMP_CONNECTING && in ptlrpc_import_delay_req()
1093 } else if (req->rq_send_state != imp->imp_state) { in ptlrpc_import_delay_req()
1320 if (req->rq_send_state != LUSTRE_IMP_FULL || in after_reply()
1426 ptlrpc_import_state_name(req->rq_send_state), in ptlrpc_send_new_req()
1940 req->rq_send_state != LUSTRE_IMP_FULL || in ptlrpc_expire_one_request()
1943 ptlrpc_import_state_name(req->rq_send_state), in ptlrpc_expire_one_request()
2791 req->rq_send_state = aa->praa_old_state; in ptlrpc_replay_interpret()
2816 aa->praa_old_state = req->rq_send_state; in ptlrpc_replay_req()
2817 req->rq_send_state = LUSTRE_IMP_REPLAY; in ptlrpc_replay_req()
[all …]
Dptlrpcd.c105 if (req != NULL && req->rq_send_state != LUSTRE_IMP_FULL) in ptlrpcd_select_pc()
234 LASSERT(req->rq_send_state == LUSTRE_IMP_REPLAY); in ptlrpcd_add_req()
Dniobuf.c139 if (req->rq_resend || req->rq_send_state == LUSTRE_IMP_REPLAY) in ptlrpc_register_bulk()
160 req->rq_send_state != LUSTRE_IMP_REPLAY) || in ptlrpc_register_bulk()
Dimport.c726 request->rq_send_state = LUSTRE_IMP_CONNECTING; in ptlrpc_connect_import()
1262 req->rq_send_state = LUSTRE_IMP_REPLAY_WAIT; in signal_completed_replay()
1493 req->rq_send_state = LUSTRE_IMP_CONNECTING; in ptlrpc_disconnect_import()
Dpinger.c84 req->rq_send_state = LUSTRE_IMP_FULL; in ptlrpc_obd_ping()
Dlproc_ptlrpc.c1248 req->rq_send_state = LUSTRE_IMP_FULL; in lprocfs_wr_ping()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c53 request->rq_send_state = level; in mdc_reint()
Dmdc_request.c119 req->rq_send_state = level; in send_getstatus()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1428 enum lustre_imp_state rq_send_state; member
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c2201 req->rq_send_state = LUSTRE_IMP_REPLAY_LOCKS; in replay_one_lock()