Searched refs:IOPRIO_PRIO_VALUE (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) 63 return IOPRIO_PRIO_VALUE(task_nice_ioclass(p), in __get_task_ioprio() 71 prio = IOPRIO_PRIO_VALUE(task_nice_ioclass(p), in __get_task_ioprio()
|
| /linux/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/include/uapi/linux/ |
| H A D | ioprio.h | 122 #define IOPRIO_PRIO_VALUE(prioclass, priolevel) \ macro
|
| /linux/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/drivers/block/ |
| H A D | zloop.c | 530 cmd->iocb.ki_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_NONE, 0); in zloop_rw()
|
| /linux/fs/f2fs/ |
| H A D | checkpoint.c | 230 #define DEFAULT_CHECKPOINT_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_RT, 3))
|
| H A D | sysfs.c | 548 cprc->ckpt_thread_ioprio = IOPRIO_PRIO_VALUE(class, level); in __sbi_store()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 2373 #define EXT4_DEF_JOURNAL_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, 3))
|
| H A D | super.c | 2355 IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, result.uint_32); in ext4_parse_param()
|