Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/sunrpc/
Dxdr.h262 extern unsigned int xdr_expand_hole(struct xdr_stream *, unsigned int offset, unsigned int length);
/linux-5.19.10/net/sunrpc/
Dxdr.c1516 unsigned int xdr_expand_hole(struct xdr_stream *xdr, unsigned int offset, in xdr_expand_hole() function
1539 EXPORT_SYMBOL_GPL(xdr_expand_hole);
/linux-5.19.10/fs/nfs/
Dnfs42xdr.c1089 recvd = xdr_expand_hole(xdr, res->count, length); in decode_read_plus_hole()