Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxdr.h255 extern uint64_t xdr_expand_hole(struct xdr_stream *, uint64_t, uint64_t);
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxdr.c1301 uint64_t xdr_expand_hole(struct xdr_stream *xdr, uint64_t offset, uint64_t length) in xdr_expand_hole() function
1336 EXPORT_SYMBOL_GPL(xdr_expand_hole);
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs42xdr.c1055 recvd = xdr_expand_hole(xdr, res->count, length); in decode_read_plus_hole()