Searched refs:IOPRIO_DEFAULT (Results 1 – 7 of 7) 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-bufio.c | 1467 submit_io(b, REQ_OP_WRITE, IOPRIO_DEFAULT, write_endio); in __write_dirty_buffer() 1481 submit_io(b, REQ_OP_WRITE, IOPRIO_DEFAULT, write_endio); in __flush_write_list() 1949 return new_read(c, block, NF_GET, bp, IOPRIO_DEFAULT); in dm_bufio_get() 1965 return __dm_bufio_read(c, block, bp, IOPRIO_DEFAULT); in dm_bufio_read() 1982 return new_read(c, block, NF_FRESH, bp, IOPRIO_DEFAULT); in dm_bufio_new() 2044 return __dm_bufio_prefetch(c, block, n_blocks, IOPRIO_DEFAULT); in dm_bufio_prefetch() 2223 return dm_io(&io_req, 1, &io_reg, NULL, NULL, IOPRIO_DEFAULT); in dm_bufio_issue_flush() 2249 return dm_io(&io_req, 1, &io_reg, NULL, NULL, IOPRIO_DEFAULT); in dm_bufio_issue_discard()
|
| H A D | dm-log.c | 303 return dm_io(&lc->io_req, 1, &lc->header_location, NULL, NULL, IOPRIO_DEFAULT); in rw_header() 316 return dm_io(&lc->io_req, 1, &null_location, NULL, NULL, IOPRIO_DEFAULT); in flush_header()
|
| H A D | dm-integrity.c | 570 r = dm_io(&io_req, 1, &io_loc, NULL, NULL, IOPRIO_DEFAULT); in sync_rw_sb() 1090 r = dm_io(&io_req, 1, &io_loc, NULL, NULL, IOPRIO_DEFAULT); in rw_journal_sectors() 1207 r = dm_io(&io_req, 1, &io_loc, NULL, NULL, IOPRIO_DEFAULT); in copy_from_journal() 1533 r = dm_io(&fr.io_req, 1, &fr.io_reg, NULL, NULL, IOPRIO_DEFAULT); in dm_integrity_flush_buffers() 1910 r = dm_io(&io_req, 1, &io_loc, NULL, NULL, IOPRIO_DEFAULT); in integrity_recheck() 3296 r = dm_io(&io_req, 1, &io_loc, NULL, NULL, IOPRIO_DEFAULT); in integrity_recalc()
|
| H A D | dm-verity-target.c | 396 r = dm_io(&io_req, 1, &io_loc, NULL, NULL, IOPRIO_DEFAULT); in verity_recheck()
|