Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/
Dxprt.c76 static int xprt_request_prepare(struct rpc_rqst *req, struct xdr_buf *buf);
1155 ret = xprt_request_prepare(task->tk_rqstp, &req->rq_rcv_buf); in xprt_request_enqueue_receive()
1347 ret = xprt_request_prepare(task->tk_rqstp, &req->rq_snd_buf); in xprt_request_enqueue_transmit()
1478 xprt_request_prepare(struct rpc_rqst *req, struct xdr_buf *buf) in xprt_request_prepare() function