Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Dxdr.c555 unsigned int talen = 0, tato = 0; in xdr_buf_pages_copy_right() local
564 talen = len; in xdr_buf_pages_copy_right()
566 talen = tail->iov_len - tato; in xdr_buf_pages_copy_right()
569 talen = len - pglen; in xdr_buf_pages_copy_right()
570 if (talen > tail->iov_len) in xdr_buf_pages_copy_right()
571 talen = tail->iov_len; in xdr_buf_pages_copy_right()
589 unsigned int talen = 0, tato = 0; in xdr_buf_head_copy_right() local
597 talen = len; in xdr_buf_head_copy_right()
603 pglen -= talen; in xdr_buf_head_copy_right()
608 talen = pglen - buf->page_len; in xdr_buf_head_copy_right()
[all …]

Completed in 6 milliseconds