Home
last modified time | relevance | path

Searched refs:copied_bytes (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/squashfs/
H A Dblock.c40 int copied_bytes = 0; in copy_bio_to_actor() local
46 while (copied_bytes < req_length) { in copy_bio_to_actor()
51 req_length - copied_bytes); in copy_bio_to_actor()
57 copied_bytes += bytes_to_copy; in copy_bio_to_actor()
73 return copied_bytes; in copy_bio_to_actor()
/kernel/linux/linux-6.6/fs/squashfs/
H A Dblock.c40 int copied_bytes = 0; in copy_bio_to_actor() local
49 while (copied_bytes < req_length) { in copy_bio_to_actor()
54 req_length - copied_bytes); in copy_bio_to_actor()
60 copied_bytes += bytes_to_copy; in copy_bio_to_actor()
76 return copied_bytes; in copy_bio_to_actor()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_xcopy.c665 unsigned int copied_bytes = 0; in target_xcopy_do_work() local
748 copied_bytes += cur_bytes; in target_xcopy_do_work()
759 copied_bytes / dst_dev->dev_attrib.block_size, copied_bytes); in target_xcopy_do_work()

Completed in 4 milliseconds