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

/linux-master/fs/squashfs/
H A Dblock.c40 int copied_bytes = 0; local
49 while (copied_bytes < req_length) {
54 req_length - copied_bytes);
60 copied_bytes += bytes_to_copy;
76 return copied_bytes;
/linux-master/drivers/target/
H A Dtarget_core_xcopy.c666 unsigned int copied_bytes = 0; local
749 copied_bytes += cur_bytes;
760 copied_bytes / dst_dev->dev_attrib.block_size, copied_bytes);
/linux-master/drivers/usb/typec/tipd/
H A Dcore.c1133 size_t copied_bytes = 0; local
1164 fw->data + copied_bytes,
1173 copied_bytes += in_len;

Completed in 198 milliseconds