Lines Matching refs:nr_bytes
111 size_t nr_bytes; member
292 size_t nr_bytes) in __choose_path_in_pg() argument
296 path = pg->ps.type->select_path(&pg->ps, &m->repeat_count, nr_bytes); in __choose_path_in_pg()
308 static void __choose_pgpath(struct multipath *m, size_t nr_bytes) in __choose_pgpath() argument
320 if (!__choose_path_in_pg(m, pg, nr_bytes)) in __choose_pgpath()
325 if (m->current_pg && !__choose_path_in_pg(m, m->current_pg, nr_bytes)) in __choose_pgpath()
337 if (!__choose_path_in_pg(m, pg, nr_bytes)) in __choose_pgpath()
368 size_t nr_bytes = blk_rq_bytes(clone); in map_io() local
379 __choose_pgpath(m, nr_bytes); in map_io()
406 mpio->nr_bytes = nr_bytes; in map_io()
410 nr_bytes); in map_io()
1288 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes); in multipath_end_io()