Searched refs:copylen (Results 1 – 1 of 1) sorted by relevance
77 long copylen; in __logfs_buf_write() local82 copylen = min((ulong)len, PAGE_SIZE - offset); in __logfs_buf_write()89 memcpy(page_address(page) + offset, buf, copylen); in __logfs_buf_write()97 buf += copylen; in __logfs_buf_write()98 len -= copylen; in __logfs_buf_write()405 long copylen; in wbuf_read() local408 copylen = min((ulong)len, PAGE_SIZE - offset); in wbuf_read()413 memcpy(buf, page_address(page) + offset, copylen); in wbuf_read()416 buf += copylen; in wbuf_read()417 len -= copylen; in wbuf_read()