Searched refs:bytes_write (Results 1 – 2 of 2) sorted by relevance
882 ssize_t bytes_write; in entry_to_archive() local883 bytes_write = archive_write_data(cpio->archive, in entry_to_archive()885 if (bytes_write < 0) in entry_to_archive()888 if (bytes_write < bytes_read) { in entry_to_archive()
308 uint64_t bytes_read, bytes_write; member350 handles[i].bytes_read = handles[i].bytes_write = 0; in handle_new()430 handles[handle].bytes_write += bytes; in handle_update_write()445 return (handles[handle].bytes_write); in handle_bytes_write()