Lines Matching defs:copied
2241 loff_t pos, unsigned len, unsigned copied,
2247 if (unlikely(copied < len)) {
2261 copied = 0;
2263 folio_zero_new_buffers(folio, start+copied, start+len);
2268 __block_commit_write(folio, start, start + copied);
2270 return copied;
2275 loff_t pos, unsigned len, unsigned copied,
2282 copied = block_write_end(file, mapping, pos, len, copied, page, fsdata);
2291 if (pos + copied > inode->i_size) {
2292 i_size_write(inode, pos + copied);
2309 return copied;