Searched defs:total_bytes_written (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dregops.c185 ssize_t total_bytes_written = 0; local
251 total_bytes_written += nwritten;
256 *off += total_bytes_written;
262 return total_bytes_written;

Completed in 32 milliseconds