Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c865 LASSERT(req->rq_clrbuf); in sptlrpc_request_out_callback()
939 LASSERT(req->rq_reqbuf || req->rq_clrbuf); in sptlrpc_cli_wrap_request()
1550 LASSERT(req->rq_reqbuf || req->rq_clrbuf); in sptlrpc_cli_alloc_reqbuf()
1574 if (req->rq_reqbuf == NULL && req->rq_clrbuf == NULL) in sptlrpc_cli_free_reqbuf()
Dclient.c2276 if (request->rq_reqbuf != NULL || request->rq_clrbuf != NULL) in __ptlrpc_free_req()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1409 struct lustre_msg *rq_clrbuf; /* only in priv mode */ member