Home
last modified time | relevance | path

Searched refs:rq_replied (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Devents.c121 req->rq_replied = 1; in reply_in_callback()
133 req->rq_replen, req->rq_replied, ev->unlinked); in reply_in_callback()
137 if (req->rq_replied) /* already got the real reply */ in reply_in_callback()
148 req->rq_replied = 1; in reply_in_callback()
Dniobuf.c583 request->rq_replied = 0; in ptl_send_rpc()
Dsec.c1063 if (req->rq_replied) { in sptlrpc_cli_unwrap_early_reply()
Dclient.c1582 req->rq_replied = 0; in ptlrpc_check_set()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1295 unsigned int rq_intr:1, rq_replied:1, rq_err:1, member
1649 FLAG(req->rq_intr, "I"), FLAG(req->rq_replied, "R"), \
2696 return req->rq_replied; in ptlrpc_client_replied()