Searched refs:IOPRIO_DEFAULT (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dioprio.h14 #define IOPRIO_DEFAULT IOPRIO_PRIO_VALUE(IOPRIO_CLASS_NONE, 0) macro
63 return IOPRIO_DEFAULT;
77 return IOPRIO_DEFAULT;
/linux-master/block/
H A Dioprio.c173 ret = IOPRIO_DEFAULT;
H A Dblk-ioc.c246 ioc->ioprio = IOPRIO_DEFAULT;
/linux-master/drivers/md/
H A Ddm-snap-persistent.c226 req->result = dm_io(req->io_req, 1, req->where, NULL, IOPRIO_DEFAULT);
250 return dm_io(&io_req, 1, &where, NULL, IOPRIO_DEFAULT);
H A Ddm-log.c303 return dm_io(&lc->io_req, 1, &lc->header_location, NULL, IOPRIO_DEFAULT);
316 return dm_io(&lc->io_req, 1, &null_location, NULL, IOPRIO_DEFAULT);
H A Ddm-bufio.c1462 submit_io(b, REQ_OP_WRITE, IOPRIO_DEFAULT, write_endio);
1476 submit_io(b, REQ_OP_WRITE, IOPRIO_DEFAULT, write_endio);
1933 return new_read(c, block, NF_GET, bp, IOPRIO_DEFAULT);
1949 return __dm_bufio_read(c, block, bp, IOPRIO_DEFAULT);
1966 return new_read(c, block, NF_FRESH, bp, IOPRIO_DEFAULT);
2026 return __dm_bufio_prefetch(c, block, n_blocks, IOPRIO_DEFAULT);
2200 return dm_io(&io_req, 1, &io_reg, NULL, IOPRIO_DEFAULT);
2224 return dm_io(&io_req, 1, &io_reg, NULL, IOPRIO_DEFAULT);
H A Ddm-raid1.c281 dm_io(&io_req, ms->nr_mirrors, io, &error_bits, IOPRIO_DEFAULT);
557 BUG_ON(dm_io(&io_req, 1, &io, NULL, IOPRIO_DEFAULT));
684 BUG_ON(dm_io(&io_req, ms->nr_mirrors, io, NULL, IOPRIO_DEFAULT));
H A Ddm-kcopyd.c581 r = dm_io(&io_req, 1, &job->source, NULL, IOPRIO_DEFAULT);
583 r = dm_io(&io_req, job->num_dests, job->dests, NULL, IOPRIO_DEFAULT);
H A Ddm-writecache.c534 (void) dm_io(&req, 1, &region, NULL, IOPRIO_DEFAULT);
571 r = dm_io(&req, 1, &region, NULL, IOPRIO_DEFAULT);
599 r = dm_io(&req, 1, &region, NULL, IOPRIO_DEFAULT);
993 return dm_io(&req, 1, &region, NULL, IOPRIO_DEFAULT);
H A Ddm-integrity.c558 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT);
1076 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT);
1193 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT);
1522 r = dm_io(&fr.io_req, 1, &fr.io_reg, NULL, IOPRIO_DEFAULT);
1738 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT);
2817 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT);
H A Ddm-verity-target.c517 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT);

Completed in 397 milliseconds