Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c823 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()
Dclient.c2252 if (request->rq_reqbuf != NULL || request->rq_clrbuf != NULL) in __ptlrpc_free_req()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1403 struct lustre_msg *rq_clrbuf; /* only in priv mode */ member