Lines Matching refs:nr_bytes
113 size_t nr_bytes; member
309 mpio->nr_bytes = bio->bi_iter.bi_size; in multipath_init_per_bio_data()
385 size_t nr_bytes) in choose_path_in_pg() argument
391 path = pg->ps.type->select_path(&pg->ps, nr_bytes); in choose_path_in_pg()
408 static struct pgpath *choose_pgpath(struct multipath *m, size_t nr_bytes) in choose_pgpath() argument
425 pgpath = choose_path_in_pg(m, pg, nr_bytes); in choose_pgpath()
440 pgpath = choose_path_in_pg(m, pg, nr_bytes); in choose_pgpath()
455 pgpath = choose_path_in_pg(m, pg, nr_bytes); in choose_pgpath()
517 size_t nr_bytes = blk_rq_bytes(rq); in multipath_clone_and_map() local
527 pgpath = choose_pgpath(m, nr_bytes); in multipath_clone_and_map()
541 mpio->nr_bytes = nr_bytes; in multipath_clone_and_map()
571 nr_bytes); in multipath_clone_and_map()
589 mpio->nr_bytes, in multipath_release_clone()
671 mpio->nr_bytes); in __multipath_map_bio()
1688 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io()
1732 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io_bio()