Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dxdr.c1257 * xdr_restrict_buflen - decrease available buffer space
1268 int xdr_restrict_buflen(struct xdr_stream *xdr, int newbuflen) in xdr_restrict_buflen()
1283 EXPORT_SYMBOL(xdr_restrict_buflen);
1262 int xdr_restrict_buflen(struct xdr_stream *xdr, int newbuflen) xdr_restrict_buflen() function
/linux/fs/nfsd/
H A Dnfs4state.c4403 if (xdr_restrict_buflen(xdr, buflen - rqstp->rq_auth_slack)) in nfsd4_sequence()