Lines Matching refs:talen
605 unsigned int talen = 0, tato = 0; in xdr_buf_pages_copy_right() local
614 talen = len; in xdr_buf_pages_copy_right()
616 talen = tail->iov_len - tato; in xdr_buf_pages_copy_right()
619 talen = len - pglen; in xdr_buf_pages_copy_right()
620 if (talen > tail->iov_len) in xdr_buf_pages_copy_right()
621 talen = tail->iov_len; in xdr_buf_pages_copy_right()
626 buf->page_base + base + pglen, talen); in xdr_buf_pages_copy_right()
639 unsigned int talen = 0, tato = 0; in xdr_buf_head_copy_right() local
647 talen = len; in xdr_buf_head_copy_right()
652 talen = pgto + pglen - buf->page_len; in xdr_buf_head_copy_right()
653 pglen -= talen; in xdr_buf_head_copy_right()
658 talen = pglen - buf->page_len; in xdr_buf_head_copy_right()
663 len -= talen; in xdr_buf_head_copy_right()
665 if (talen + tato > tail->iov_len) in xdr_buf_head_copy_right()
666 talen = tail->iov_len > tato ? tail->iov_len - tato : 0; in xdr_buf_head_copy_right()
667 memcpy(tail->iov_base + tato, head->iov_base + base, talen); in xdr_buf_head_copy_right()