Searched refs:io_start (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/resize/
H A Dresource_track.c26 io_stats io_start = 0; local
45 channel->manager->get_stats(channel, &io_start);
46 if (io_start) {
47 track->bytes_read = io_start->bytes_read;
48 track->bytes_written = io_start->bytes_written;
/external/e2fsprogs/e2fsck/
H A Dutil.c332 io_stats io_start = 0; local
350 channel->manager->get_stats(channel, &io_start);
351 if (io_start) {
352 track->bytes_read = io_start->bytes_read;
353 track->bytes_written = io_start->bytes_written;

Completed in 2854 milliseconds