Home
last modified time | relevance | path

Searched refs:IOPRIO_PRIO_VALUE (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/include/linux/
H A Dioprio.h14 #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 Dblk-ioprio.c151 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 Dioprio.h122 #define IOPRIO_PRIO_VALUE(prioclass, priolevel) \ macro
/linux-6.15/drivers/md/bcache/
H A Dmovinggc.c85 bio->bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_IDLE, 0); in moving_init()
H A Dwriteback.c337 bio->bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_IDLE, 0); in dirty_init()
/linux-6.15/fs/bcachefs/
H A Ddata_update.c689 m->op.wbio.bio.bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_IDLE, 0); in bch2_data_update_bios_init()
H A Dmove.c339 io->write.rbio.bio.bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_IDLE, 0); in bch2_move_extent()
H A Djournal_io.c1804 bio->bi_ioprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_RT, 0); in CLOSURE_CALLBACK()
/linux-6.15/fs/f2fs/
H A Dsysfs.c479 cprc->ckpt_thread_ioprio = IOPRIO_PRIO_VALUE(class, level); in __sbi_store()
H A Dcheckpoint.c24 #define DEFAULT_CHECKPOINT_IOPRIO (IOPRIO_PRIO_VALUE(IOPRIO_CLASS_RT, 3))
/linux-6.15/fs/ext4/
H A Dsuper.c1812 #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()