Home
last modified time | relevance | path

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

/linux/fs/squashfs/
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()
56 copied_bytes += bytes_to_copy; in copy_bio_to_actor()
72 return copied_bytes; in copy_bio_to_actor()

Completed in 3 milliseconds