Home
last modified time | relevance | path

Searched refs:ptlrpc_client_replied (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c1771 if (!ptlrpc_client_replied(req)) { in ptlrpc_check_set()
2559 if (ptlrpc_client_replied(req)) { in ptlrpc_resend_req()
2715 if (!ptlrpc_client_replied(req)) { in ptlrpc_replay_interpret()
2771 if (ptlrpc_client_replied(req) && in ptlrpc_replay_interpret()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2732 ptlrpc_client_replied(struct ptlrpc_request *req) in ptlrpc_client_replied() function