Lines Matching refs:nr_bytes
113 size_t nr_bytes; member
297 size_t nr_bytes) in __choose_path_in_pg() argument
301 path = pg->ps.type->select_path(&pg->ps, &m->repeat_count, nr_bytes); in __choose_path_in_pg()
313 static void __choose_pgpath(struct multipath *m, size_t nr_bytes) in __choose_pgpath() argument
327 if (!__choose_path_in_pg(m, pg, nr_bytes)) in __choose_pgpath()
332 if (m->current_pg && !__choose_path_in_pg(m, m->current_pg, nr_bytes)) in __choose_pgpath()
345 if (!__choose_path_in_pg(m, pg, nr_bytes)) { in __choose_pgpath()
385 size_t nr_bytes = clone ? blk_rq_bytes(clone) : blk_rq_bytes(rq); in __multipath_map() local
395 __choose_pgpath(m, nr_bytes); in __multipath_map()
414 mpio->nr_bytes = nr_bytes; in __multipath_map()
442 nr_bytes); in __multipath_map()
1306 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes); in multipath_end_io()