Home
last modified time | relevance | path

Searched refs:rq_reply_unlink (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Devents.c106 req->rq_reply_unlink = 0; in reply_in_callback()
Dniobuf.c581 request->rq_reply_unlink = !noreply; in ptl_send_rpc()
Dclient.c1172 LASSERT(!req->rq_receiving_reply && !req->rq_reply_unlink); in after_reply()
2377 request->rq_req_unlink, request->rq_reply_unlink); in ptlrpc_unregister_reply()
3046 req->rq_req_unlink = req->rq_reply_unlink = 0; in ptlrpcd_alloc_work()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1310 rq_req_unlink:1, rq_reply_unlink:1, member
2721 rc = rc || req->rq_req_unlink || req->rq_reply_unlink; in ptlrpc_client_recv_or_unlink()