Home
last modified time | relevance | path

Searched refs:xdr_page_pos (Results 1 – 2 of 2) sorted by relevance

/linux/net/sunrpc/
H A Dxdr.c938 * xdr_page_pos - Return the current offset from the start of the xdr pages
941 unsigned int xdr_page_pos(const struct xdr_stream *xdr) in xdr_page_pos() function
948 EXPORT_SYMBOL_GPL(xdr_page_pos);
/linux/fs/nfs/
H A Dnfs4xdr.c5497 res->acl_data_offset = xdr_page_pos(xdr); in decode_getacl()