Home
last modified time | relevance | path

Searched refs:ptlrpc_no_resend (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Drecover.c200 if (!ptlrpc_no_resend(req)) in ptlrpc_resend()
Dclient.c1175 if (ptlrpc_no_resend(req)) { in after_reply()
1215 ptlrpc_no_resend(req) == 0 && !req->rq_no_retry_einprogress) { in after_reply()
1637 if (ptlrpc_no_resend(req) && in ptlrpc_check_set()
1926 if (ptlrpc_no_resend(req)) { in ptlrpc_expire_one_request()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2788 static inline int ptlrpc_no_resend(struct ptlrpc_request *req) in ptlrpc_no_resend() function