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