Home | History | Annotate | Download | only in fio

Lines Matching full:total_size

756 	unsigned long long total_size, extend_size;
789 total_size = 0;
792 total_size = -1ULL;
794 total_size += f->real_file_size;
803 if ((!total_size || total_size == -1ULL) && !o->size &&
830 extend_size = total_size = 0;
869 total_size = -1ULL;
873 total_size += f->io_size;
888 if (!o->size || (total_size && o->size > total_size))
889 o->size = total_size;