Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
Dxdr.c633 unsigned int xdr_stream_pos(const struct xdr_stream *xdr) in xdr_stream_pos() function
637 EXPORT_SYMBOL_GPL(xdr_stream_pos);
645 unsigned int pos = xdr_stream_pos(xdr); in xdr_page_pos()
1180 unsigned int cur = xdr_stream_pos(xdr); in xdr_realign_pages()
1196 unsigned int cur = xdr_stream_pos(xdr); in xdr_align_pages()
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dxdr.h243 extern unsigned int xdr_stream_pos(const struct xdr_stream *xdr);
/kernel/linux/linux-5.10/fs/nfs/
Dnfs3xdr.c1642 pos = xdr_stream_pos(xdr); in nfs3_xdr_dec_read3res()
1652 result->replen = 4 + ((xdr_stream_pos(xdr) - pos) >> 2); in nfs3_xdr_dec_read3res()
2381 hdrlen = xdr_stream_pos(xdr); in decode_getacl3resok()
Dnfs4xdr.c3260 *savep = xdr_stream_pos(xdr); in decode_attr_length()
4235 unsigned int nwords = (xdr_stream_pos(xdr) - savep) >> 2; in verify_attr_len()
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c665 hdr_len = xdr_stream_pos(&rctxt->rc_stream); in svc_rdma_xdr_decode_req()