Searched refs:rq_clrbuf (Results 1 – 3 of 3) sorted by relevance
823 LASSERT(req->rq_clrbuf); in sptlrpc_request_out_callback()897 LASSERT(req->rq_reqbuf || req->rq_clrbuf); in sptlrpc_cli_wrap_request()1494 LASSERT(req->rq_reqbuf || req->rq_clrbuf); in sptlrpc_cli_alloc_reqbuf()1518 if (req->rq_reqbuf == NULL && req->rq_clrbuf == NULL) in sptlrpc_cli_free_reqbuf()
2252 if (request->rq_reqbuf != NULL || request->rq_clrbuf != NULL) in __ptlrpc_free_req()
1403 struct lustre_msg *rq_clrbuf; /* only in priv mode */ member