Lines Matching refs:nr_bytes
110 size_t nr_bytes; member
303 mpio->nr_bytes = bio->bi_iter.bi_size; in multipath_init_per_bio_data()
379 size_t nr_bytes) in choose_path_in_pg() argument
385 path = pg->ps.type->select_path(&pg->ps, nr_bytes); in choose_path_in_pg()
402 static struct pgpath *choose_pgpath(struct multipath *m, size_t nr_bytes) in choose_pgpath() argument
426 pgpath = choose_path_in_pg(m, pg, nr_bytes); in choose_pgpath()
435 pgpath = choose_path_in_pg(m, pg, nr_bytes); in choose_pgpath()
450 pgpath = choose_path_in_pg(m, pg, nr_bytes); in choose_pgpath()
512 size_t nr_bytes = blk_rq_bytes(rq); in multipath_clone_and_map() local
522 pgpath = choose_pgpath(m, nr_bytes); in multipath_clone_and_map()
536 mpio->nr_bytes = nr_bytes; in multipath_clone_and_map()
566 nr_bytes); in multipath_clone_and_map()
584 mpio->nr_bytes, in multipath_release_clone()
667 mpio->nr_bytes); in __multipath_map_bio()
1682 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io()
1726 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io_bio()