Searched refs:nwords (Results 1 – 1 of 1) sorted by relevance
443 return (unsigned int)(XDR_QUADLEN(xdr->buf->len) - xdr->nwords) << 2; in xdr_stream_pos()794 xdr->nwords = XDR_QUADLEN(buf->len); in xdr_init_decode()800 xdr->nwords -= p - xdr->p; in xdr_init_decode()827 unsigned int nwords = XDR_QUADLEN(nbytes); in __xdr_inline_decode() local829 __be32 *q = p + nwords; in __xdr_inline_decode()831 if (unlikely(nwords > xdr->nwords || q > xdr->end || q < p)) in __xdr_inline_decode()834 xdr->nwords -= nwords; in __xdr_inline_decode()905 unsigned int nwords = XDR_QUADLEN(len); in xdr_align_pages() local908 if (xdr->nwords == 0) in xdr_align_pages()914 xdr->nwords = XDR_QUADLEN(buf->len - cur); in xdr_align_pages()[all …]