Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfs_common/
A Dnfsacl.c197 base = xdr_stream_pos(xdr); in nfs_stream_encode_acl()
401 base = xdr_stream_pos(xdr); in nfs_stream_decode_acl()
/linux-6.3-rc2/net/sunrpc/
A Dxdr.c869 unsigned int xdr_stream_pos(const struct xdr_stream *xdr) in xdr_stream_pos() function
873 EXPORT_SYMBOL_GPL(xdr_stream_pos);
893 unsigned int pos = xdr_stream_pos(xdr); in xdr_page_pos()
1472 unsigned int cur = xdr_stream_pos(xdr); in xdr_realign_pages()
1557 xdr_buf_head_shift_right(buf, xdr_stream_pos(xdr), in xdr_set_pagelen()
1679 unsigned int start = xdr_stream_pos(xdr); in xdr_stream_subsegment()
A Dsvc.c1332 aoffset = xdr_stream_pos(xdr); in svc_process_common()
/linux-6.3-rc2/fs/nfs/
A Dnfs3xdr.c1646 pos = xdr_stream_pos(xdr); in nfs3_xdr_dec_read3res()
1656 result->replen = 3 + ((xdr_stream_pos(xdr) - pos) >> 2); in nfs3_xdr_dec_read3res()
2377 hdrlen = xdr_stream_pos(xdr); in decode_getacl3resok()
A Dnfs42xdr.c1077 seg->data.from = xdr_stream_pos(xdr); in decode_read_plus_segment()
A Dnfs4xdr.c3289 *savep = xdr_stream_pos(xdr); in decode_attr_length()
4300 unsigned int nwords = (xdr_stream_pos(xdr) - savep) >> 2; in verify_attr_len()
/linux-6.3-rc2/net/sunrpc/xprtrdma/
A Dsvc_rdma_recvfrom.c691 hdr_len = xdr_stream_pos(&rctxt->rc_stream); in svc_rdma_xdr_decode_req()
/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dsvcauth_gss.c885 offset = xdr_stream_pos(xdr); in svcauth_gss_unwrap_integ()
962 offset = xdr_stream_pos(xdr); in svcauth_gss_unwrap_priv()
1709 svcdata->gsd_databody_offset = xdr_stream_pos(&rqstp->rq_res_stream); in svcauth_gss_accept()
/linux-6.3-rc2/fs/nfsd/
A Dnfsxdr.c389 args->first.iov_len = head->iov_len - xdr_stream_pos(xdr); in nfssvc_decode_symlinkargs()
A Dnfs3xdr.c626 args->first.iov_len = head->iov_len - xdr_stream_pos(xdr); in nfs3svc_decode_symlinkargs()
A Dnfs4xdr.c403 starting_pos = xdr_stream_pos(argp->xdr); in nfsd4_decode_fattr4()
525 if (attrlist4_count != xdr_stream_pos(argp->xdr) - starting_pos) in nfsd4_decode_fattr4()
/linux-6.3-rc2/include/linux/sunrpc/
A Dxdr.h253 extern unsigned int xdr_stream_pos(const struct xdr_stream *xdr);

Completed in 52 milliseconds