Searched refs:bytes_to_copy (Results 1 – 3 of 3) sorted by relevance
| /fs/verity/ |
| A D | read_metadata.c | 43 unsigned int bytes_to_copy = min_t(u64, end_offset - offset, in fsverity_read_merkle_tree() local 58 if (copy_to_user(buf, virt + offs_in_page, bytes_to_copy)) { in fsverity_read_merkle_tree() 67 retval += bytes_to_copy; in fsverity_read_merkle_tree() 68 buf += bytes_to_copy; in fsverity_read_merkle_tree() 69 offset += bytes_to_copy; in fsverity_read_merkle_tree()
|
| /fs/squashfs/ |
| A D | block.c | 50 int bytes_to_copy = min_t(int, bvec->bv_len - offset, in copy_bio_to_actor() local 53 bytes_to_copy = min_t(int, bytes_to_copy, in copy_bio_to_actor() 57 offset, bytes_to_copy); in copy_bio_to_actor() 59 actor_offset += bytes_to_copy; in copy_bio_to_actor() 60 copied_bytes += bytes_to_copy; in copy_bio_to_actor() 61 offset += bytes_to_copy; in copy_bio_to_actor()
|
| /fs/ |
| A D | exec.c | 482 int offset, bytes_to_copy; in copy_strings() local 494 bytes_to_copy = offset; in copy_strings() 495 if (bytes_to_copy > len) in copy_strings() 496 bytes_to_copy = len; in copy_strings() 498 offset -= bytes_to_copy; in copy_strings() 499 pos -= bytes_to_copy; in copy_strings() 500 str -= bytes_to_copy; in copy_strings() 501 len -= bytes_to_copy; in copy_strings() 562 pos -= bytes_to_copy; in copy_string_kernel() 563 arg -= bytes_to_copy; in copy_string_kernel() [all …]
|
Completed in 6 milliseconds