Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/
Dxdr.c556 unsigned int talen = 0, tato = 0; in xdr_buf_pages_copy_right() local
565 talen = len; in xdr_buf_pages_copy_right()
567 talen = tail->iov_len - tato; in xdr_buf_pages_copy_right()
570 talen = len - pglen; in xdr_buf_pages_copy_right()
571 if (talen > tail->iov_len) in xdr_buf_pages_copy_right()
572 talen = tail->iov_len; in xdr_buf_pages_copy_right()
577 buf->page_base + base + pglen, talen); in xdr_buf_pages_copy_right()
590 unsigned int talen = 0, tato = 0; in xdr_buf_head_copy_right() local
598 talen = len; in xdr_buf_head_copy_right()
603 talen = pgto + pglen - buf->page_len; in xdr_buf_head_copy_right()
[all …]