Searched refs:IOPRIO_PRIO_VALUE (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | ioprio.h | 14 #define IOPRIO_DEFAULT IOPRIO_PRIO_VALUE(IOPRIO_CLASS_NONE, 0) 70 prio = IOPRIO_PRIO_VALUE(task_nice_ioclass(p), in __get_task_ioprio()
|
| /linux-6.15/block/ |
| H A D | blk-ioprio.c | 151 bio->bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_RT, 4); in blkcg_set_ioprio() 163 IOPRIO_PRIO_VALUE(blkcg->prio_policy, 0)); in blkcg_set_ioprio()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | ioprio.h | 122 #define IOPRIO_PRIO_VALUE(prioclass, priolevel) \ macro
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | movinggc.c | 85 bio->bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_IDLE, 0); in moving_init()
|
| H A D | writeback.c | 337 bio->bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_IDLE, 0); in dirty_init()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | data_update.c | 689 m->op.wbio.bio.bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_IDLE, 0); in bch2_data_update_bios_init()
|
| H A D | move.c | 339 io->write.rbio.bio.bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_IDLE, 0); in bch2_move_extent()
|
| H A D | journal_io.c | 1804 bio->bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_RT, 0); in CLOSURE_CALLBACK()
|
| /linux-6.15/fs/f2fs/ |
| H A D | sysfs.c | 479 cprc->ckpt_thread_ioprio = IOPRIO_PRIO_VALUE(class, level); in __sbi_store()
|
| H A D | checkpoint.c | 24 #define DEFAULT_CHECKPOINT_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_RT, 3))
|
| /linux-6.15/fs/ext4/ |
| H A D | super.c | 1812 #define DEFAULT_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3)) 2315 IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, result.uint_32); in ext4_parse_param()
|