Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/sunrpc/
Dxdr.h256 extern uint64_t xdr_expand_hole(struct xdr_stream *, uint64_t, uint64_t);
/Linux-v5.10/net/sunrpc/
Dxdr.c1297 uint64_t xdr_expand_hole(struct xdr_stream *xdr, uint64_t offset, uint64_t length) in xdr_expand_hole() function
1332 EXPORT_SYMBOL_GPL(xdr_expand_hole);
/Linux-v5.10/fs/nfs/
Dnfs42xdr.c1060 recvd = xdr_expand_hole(xdr, res->count, length); in decode_read_plus_hole()