Lines Matching refs:nr_bytes
101 size_t nr_bytes; member
273 mpio->nr_bytes = bio->bi_iter.bi_size; in multipath_init_per_bio_data()
345 size_t nr_bytes) in choose_path_in_pg() argument
351 path = pg->ps.type->select_path(&pg->ps, nr_bytes); in choose_path_in_pg()
368 static struct pgpath *choose_pgpath(struct multipath *m, size_t nr_bytes) in choose_pgpath() argument
390 pgpath = choose_path_in_pg(m, pg, nr_bytes); in choose_pgpath()
399 pgpath = choose_path_in_pg(m, pg, nr_bytes); in choose_pgpath()
414 pgpath = choose_path_in_pg(m, pg, nr_bytes); in choose_pgpath()
488 size_t nr_bytes = blk_rq_bytes(rq); in multipath_clone_and_map() local
498 pgpath = choose_pgpath(m, nr_bytes); in multipath_clone_and_map()
512 mpio->nr_bytes = nr_bytes; in multipath_clone_and_map()
543 nr_bytes); in multipath_clone_and_map()
561 mpio->nr_bytes); in multipath_release_clone()
661 mpio->nr_bytes); in __multipath_map_bio()
1596 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes); in multipath_end_io()
1640 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes); in multipath_end_io_bio()