Lines Matching defs:len
1683 unsigned len, copied;
1686 len = PAGE_SIZE - ofs;
1687 if (len > bytes)
1688 len = bytes;
1689 copied = copy_page_from_iter_atomic(*pages, ofs, len, i);
1694 if (copied < len)
1702 len = PAGE_SIZE - copied;
1704 if (len > bytes)
1705 len = bytes;
1706 zero_user(*pages, copied, len);
1707 bytes -= len;
1709 len = PAGE_SIZE;