Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/sunrpc/
Dxdr.h269 extern unsigned int xdr_stream_move_subsegment(struct xdr_stream *xdr, unsigned int offset,
/linux-6.14.4/net/sunrpc/
Dxdr.c1797 unsigned int xdr_stream_move_subsegment(struct xdr_stream *xdr, unsigned int offset, in xdr_stream_move_subsegment() function
1816 EXPORT_SYMBOL_GPL(xdr_stream_move_subsegment);
/linux-6.14.4/fs/nfs/
Dnfs42xdr.c1042 return xdr_stream_move_subsegment(xdr, seg->data.from, bufpos, length); in process_read_plus_segment()