Searched refs:bytes_write (Results 1 – 2 of 2) sorted by relevance
871 ssize_t bytes_write; in entry_to_archive() local872 bytes_write = archive_write_data(cpio->archive, in entry_to_archive()874 if (bytes_write < 0) in entry_to_archive()877 if (bytes_write < bytes_read) { in entry_to_archive()
278 u_int64_t bytes_read, bytes_write; member320 handles[i].bytes_read = handles[i].bytes_write = 0; in handle_new()400 handles[handle].bytes_write += bytes; in handle_update_write()415 return (handles[handle].bytes_write); in handle_bytes_write()