Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dxdr.h233 extern unsigned int xdr_stream_pos(const struct xdr_stream *xdr);
/Linux-v4.19/net/sunrpc/
Dxdr.c441 unsigned int xdr_stream_pos(const struct xdr_stream *xdr) in xdr_stream_pos() function
445 EXPORT_SYMBOL_GPL(xdr_stream_pos);
912 unsigned int cur = xdr_stream_pos(xdr); in xdr_align_pages()
/Linux-v4.19/net/sunrpc/xprtrdma/
Drpc_rdma.c858 trace_xprtrdma_marshal(rqst, xdr_stream_pos(xdr), rtype, wtype); in rpcrdma_marshal_req()
860 ret = rpcrdma_prepare_send_sges(r_xprt, req, xdr_stream_pos(xdr), in rpcrdma_marshal_req()
/Linux-v4.19/fs/nfs/
Dnfs3xdr.c2422 hdrlen = xdr_stream_pos(xdr); in decode_getacl3resok()
Dnfs4xdr.c3273 *savep = xdr_stream_pos(xdr); in decode_attr_length()
4325 unsigned int nwords = (xdr_stream_pos(xdr) - savep) >> 2; in verify_attr_len()
5471 res->acl_data_offset = xdr_stream_pos(xdr) - pg_offset; in decode_getacl()