Searched refs:total_ios (Results 1 – 4 of 4) sorted by relevance
169 int total_ios; member464 (oper->started_ios == oper->total_ios || oper->stonewalled)) in finish_io()686 oper->total_ios = (oper->end - oper->start) / oper->reclen;706 num_ios = oper->total_ios;708 if ((oper->started_ios + num_ios) > oper->total_ios)709 num_ios = oper->total_ios - oper->started_ios; 895 if (oper->started_ios == oper->total_ios) {
171 int total_ios; member478 (oper->started_ios == oper->total_ios || oper->stonewalled)) { in finish_io()702 oper->total_ios = (oper->end - oper->start) / oper->reclen;722 num_ios = oper->total_ios;724 if ((oper->started_ios + num_ios) > oper->total_ios)725 num_ios = oper->total_ios - oper->started_ios;914 if (oper->started_ios == oper->total_ios) {
92 u64 total_ios; member
207 gdd->total_ios++; in set_gdd_bit()