Searched defs:failed_req (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
H A Drecover.c229 void ptlrpc_request_handle_notconn(struct ptlrpc_request *failed_req) argument
231 struct obd_import *imp = failed_req->rq_import;
238 lustre_msg_get_conn_cnt(failed_req->rq_reqmsg))) {
254 spin_lock(&failed_req->rq_lock);
255 if (!failed_req->rq_no_resend)
256 failed_req->rq_resend = 1;
257 spin_unlock(&failed_req->rq_lock);

Completed in 23 milliseconds