Searched refs:rq_clrbuf (Results 1 – 3 of 3) sorted by relevance
865 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()
2276 if (request->rq_reqbuf != NULL || request->rq_clrbuf != NULL) in __ptlrpc_free_req()
1409 struct lustre_msg *rq_clrbuf; /* only in priv mode */ member