Lines Matching defs:copy
39 * bio_copy_from_iter - copy all pages from iov_iter to bio
70 * bio_copy_to_iter - copy all pages from bio to iov_iter
115 * don't copy into a random user address space, just free
146 * We need to do a deep copy of the iov_iter including the iovecs.
453 * bio_copy_kern - copy kernel address into bio
455 * @data: pointer to buffer to copy
460 * copy the kernel address into a bio suitable for io to a block
566 * Data will be mapped directly for zero copy I/O, if possible. Otherwise
582 bool copy = false;
592 copy = true;
594 copy = true;
596 copy = queue_virt_boundary(q) & iov_iter_gap_alignment(iter);
600 if (copy)