Searched refs:IOPRIO_DEFAULT (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | ioprio.h | 14 #define IOPRIO_DEFAULT IOPRIO_PRIO_VALUE(IOPRIO_CLASS_NONE, 0) macro 78 return IOPRIO_DEFAULT; in __get_task_ioprio()
|
| /linux/block/ |
| H A D | ioprio.c | 169 ret = IOPRIO_DEFAULT; in get_task_raw_ioprio()
|
| H A D | blk-ioc.c | 239 ioc->ioprio = IOPRIO_DEFAULT; in alloc_io_context()
|
| /linux/drivers/md/ |
| H A D | dm-log.c | 303 return dm_io(&lc->io_req, 1, &lc->header_location, NULL, IOPRIO_DEFAULT); in rw_header() 316 return dm_io(&lc->io_req, 1, &null_location, NULL, IOPRIO_DEFAULT); in flush_header()
|
| H A D | dm-snap-persistent.c | 226 req->result = dm_io(req->io_req, 1, req->where, NULL, IOPRIO_DEFAULT); in do_metadata() 250 return dm_io(&io_req, 1, &where, NULL, IOPRIO_DEFAULT); in chunk_io()
|
| H A D | dm-raid1.c | 280 dm_io(&io_req, ms->nr_mirrors, io, &error_bits, IOPRIO_DEFAULT); in mirror_flush() 556 BUG_ON(dm_io(&io_req, 1, &io, NULL, IOPRIO_DEFAULT)); in read_async_bio() 683 BUG_ON(dm_io(&io_req, ms->nr_mirrors, io, NULL, IOPRIO_DEFAULT)); in do_write()
|
| H A D | dm-kcopyd.c | 581 r = dm_io(&io_req, 1, &job->source, NULL, IOPRIO_DEFAULT); in run_io_job() 583 r = dm_io(&io_req, job->num_dests, job->dests, NULL, IOPRIO_DEFAULT); in run_io_job()
|
| H A D | dm-writecache.c | 533 (void) dm_io(&req, 1, ®ion, NULL, IOPRIO_DEFAULT); in ssd_commit_flushed() 570 r = dm_io(&req, 1, ®ion, NULL, IOPRIO_DEFAULT); in ssd_commit_superblock() 598 r = dm_io(&req, 1, ®ion, NULL, IOPRIO_DEFAULT); in writecache_disk_flush() 992 return dm_io(&req, 1, ®ion, NULL, IOPRIO_DEFAULT); in writecache_read_metadata()
|
| H A D | dm-integrity.c | 565 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT); in sync_rw_sb() 1083 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT); in rw_journal_sectors() 1200 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT); in copy_from_journal() 1527 r = dm_io(&fr.io_req, 1, &fr.io_reg, NULL, IOPRIO_DEFAULT); in dm_integrity_flush_buffers() 1843 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT); in integrity_recheck() 3222 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT); in integrity_recalc()
|
| H A D | dm-verity-target.c | 396 r = dm_io(&io_req, 1, &io_loc, NULL, IOPRIO_DEFAULT); in verity_recheck()
|