Searched refs:copylen (Results 1 – 1 of 1) sorted by relevance
76 long copylen; in __logfs_buf_write() local81 copylen = min((ulong)len, PAGE_SIZE - offset); in __logfs_buf_write()88 memcpy(page_address(page) + offset, buf, copylen); in __logfs_buf_write()96 buf += copylen; in __logfs_buf_write()97 len -= copylen; in __logfs_buf_write()404 long copylen; in wbuf_read() local407 copylen = min((ulong)len, PAGE_SIZE - offset); in wbuf_read()412 memcpy(buf, page_address(page) + offset, copylen); in wbuf_read()415 buf += copylen; in wbuf_read()416 len -= copylen; in wbuf_read()