Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dxdr.c892 unsigned int xdr_stream_pos(const struct xdr_stream *xdr) in xdr_stream_pos() function
896 EXPORT_SYMBOL_GPL(xdr_stream_pos);
916 unsigned int pos = xdr_stream_pos(xdr); in xdr_page_pos()
1521 unsigned int cur = xdr_stream_pos(xdr); in xdr_realign_pages()
1606 xdr_buf_head_shift_right(buf, xdr_stream_pos(xdr), in xdr_set_pagelen()
1728 unsigned int start = xdr_stream_pos(xdr); in xdr_stream_subsegment()
H A Dsvc.c1487 aoffset = xdr_stream_pos(xdr); in svc_process_common()
/linux/fs/nfs/
H A Dnfs3xdr.c1643 pos = xdr_stream_pos(xdr); in nfs3_xdr_dec_read3res()
1653 result->replen = 3 + ((xdr_stream_pos(xdr) - pos) >> 2); in nfs3_xdr_dec_read3res()
2374 hdrlen = xdr_stream_pos(xdr); in decode_getacl3resok()
H A Dnfs42xdr.c1101 seg->data.from = xdr_stream_pos(xdr); in decode_read_plus_segment()
/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c877 offset = xdr_stream_pos(xdr); in svcauth_gss_unwrap_integ()
952 offset = xdr_stream_pos(xdr); in svcauth_gss_unwrap_priv()
1695 svcdata->gsd_databody_offset = xdr_stream_pos(&rqstp->rq_res_stream); in svcauth_gss_accept()
/linux/fs/nfsd/
H A Dnfssvc.c993 start = xdr_stream_pos(&rqstp->rq_arg_stream); in nfsd_dispatch()
H A Dnfs4xdr.c506 starting_pos = xdr_stream_pos(argp->xdr); in nfsd4_decode_fattr4()
673 if (attrlist4_count != xdr_stream_pos(argp->xdr) - starting_pos) { in nfsd4_decode_fattr4()