Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/sunrpc/
Dxdr.h248 extern int xdr_restrict_buflen(struct xdr_stream *xdr, int newbuflen);
/Linux-v5.15/net/sunrpc/
Dxdr.c1148 int xdr_restrict_buflen(struct xdr_stream *xdr, int newbuflen) in xdr_restrict_buflen() function
1163 EXPORT_SYMBOL(xdr_restrict_buflen);
/Linux-v5.15/fs/nfsd/
Dnfs4state.c3857 if (xdr_restrict_buflen(xdr, buflen - rqstp->rq_auth_slack)) in nfsd4_sequence()