Searched refs:frag1bytes (Results 1 - 1 of 1) sorted by relevance

/net/sunrpc/
H A Dxdr.c517 int frag1bytes, frag2bytes; local
523 frag1bytes = (xdr->end - xdr->p) << 2;
524 frag2bytes = nbytes - frag1bytes;
526 xdr->iov->iov_len += frag1bytes;
528 xdr->buf->page_len += frag1bytes;
539 xdr->scratch.iov_len = frag1bytes;

Completed in 30 milliseconds