Searched refs:ioprio (Results 1 – 5 of 5) sorted by relevance
/drivers/md/ |
D | dm-io.c | 298 struct io *io, unsigned short ioprio) in do_region() argument 352 bio->bi_ioprio = ioprio; in do_region() 393 struct io *io, int sync, unsigned short ioprio) in dispatch_io() argument 410 do_region(op, op_flags, i, where + i, dp, io, ioprio); in dispatch_io() 436 unsigned short ioprio) in sync_io() argument 458 dispatch_io(op, op_flags, num_regions, where, dp, io, 1, ioprio); in sync_io() 471 unsigned short ioprio) in async_io() argument 491 dispatch_io(op, op_flags, num_regions, where, dp, io, 0, ioprio); in async_io() 542 unsigned short ioprio) in dm_io() argument 554 sync_error_bits, ioprio); in dm_io() [all …]
|
D | dm-bufio.c | 584 unsigned short ioprio) in use_dmio() argument 608 r = dm_io(&io_req, 1, ®ion, NULL, ioprio); in use_dmio() 623 unsigned short ioprio) in use_bio() argument 636 use_dmio(b, rw, sector, n_sectors, offset, ioprio); in use_bio() 645 bio->bi_ioprio = ioprio; in use_bio() 678 static void submit_io(struct dm_buffer *b, int rw, unsigned short ioprio, in submit_io() argument 708 use_bio(b, rw, sector, n_sectors, offset, ioprio); in submit_io() 710 use_dmio(b, rw, sector, n_sectors, offset, ioprio); in submit_io() 1082 unsigned short ioprio) in new_read() argument 1103 submit_io(b, REQ_OP_READ, ioprio, read_endio); in new_read() [all …]
|
D | dm-verity-target.c | 47 unsigned short ioprio; member 635 pw->ioprio); in verity_prefetch_io() 642 unsigned short ioprio) in verity_submit_prefetch() argument 670 pw->ioprio = ioprio; in verity_submit_prefetch()
|
D | dm-verity-fec.c | 64 unsigned short ioprio) in fec_read_parity() argument 73 res = dm_bufio_read_with_ioprio(v->fec->bufio, block, buf, ioprio); in fec_read_parity()
|
/drivers/block/ |
D | virtio_blk.c | 242 vbr->out_hdr.ioprio = cpu_to_virtio32(vdev, req_get_ioprio(req)); in virtblk_setup_cmd()
|