Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Drecover.c200 if (!ptlrpc_no_resend(req)) in ptlrpc_resend()
Dclient.c1217 if (ptlrpc_no_resend(req)) { in after_reply()
1258 ptlrpc_no_resend(req) == 0 && !req->rq_no_retry_einprogress) { in after_reply()
1679 if (ptlrpc_no_resend(req) && in ptlrpc_check_set()
1954 if (ptlrpc_no_resend(req)) { in ptlrpc_expire_one_request()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2829 static inline int ptlrpc_no_resend(struct ptlrpc_request *req) in ptlrpc_no_resend() function