Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dxdr.c578 unsigned int talen = 0, tato = 0; in xdr_buf_pages_copy_right() local
585 tato = to - buf->page_len; in xdr_buf_pages_copy_right()
586 if (tail->iov_len >= len + tato) in xdr_buf_pages_copy_right()
588 else if (tail->iov_len > tato) in xdr_buf_pages_copy_right()
589 talen = tail->iov_len - tato; in xdr_buf_pages_copy_right()
598 _copy_from_pages(tail->iov_base + tato, buf->pages, in xdr_buf_pages_copy_right()
612 unsigned int talen = 0, tato = 0; in xdr_buf_head_copy_right() local
619 tato = to - buf->page_len - head->iov_len; in xdr_buf_head_copy_right()
638 if (talen + tato > tail->iov_len) in xdr_buf_head_copy_right()
639 talen = tail->iov_len > tato ? tail->iov_len - tato : 0; in xdr_buf_head_copy_right()
[all …]