Searched refs:xdr_expand_hole (Results 1 – 3 of 3) sorted by relevance
256 extern uint64_t xdr_expand_hole(struct xdr_stream *, uint64_t, uint64_t);
1297 uint64_t xdr_expand_hole(struct xdr_stream *xdr, uint64_t offset, uint64_t length) in xdr_expand_hole() function1332 EXPORT_SYMBOL_GPL(xdr_expand_hole);
1060 recvd = xdr_expand_hole(xdr, res->count, length); in decode_read_plus_hole()