Lines Matching refs:copied
2196 loff_t pos, unsigned len, unsigned copied, in cifs_write_end() argument
2211 page, pos, copied); in cifs_write_end()
2214 if (copied == len) in cifs_write_end()
2217 } else if (!PageUptodate(page) && copied == PAGE_CACHE_SIZE) in cifs_write_end()
2232 rc = cifs_write(cfile, pid, page_data + offset, copied, &pos); in cifs_write_end()
2238 rc = copied; in cifs_write_end()
2239 pos += copied; in cifs_write_end()
2426 size_t save_len, copied, bytes, cur_len = *len; in wdata_fill_from_iovec() local
2432 copied = copy_page_from_iter(wdata->pages[i], 0, bytes, from); in wdata_fill_from_iovec()
2433 cur_len -= copied; in wdata_fill_from_iovec()
2441 if (copied < bytes) in wdata_fill_from_iovec()