Home
last modified time | relevance | path

Searched refs:ckpt_thread_ioprio (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/f2fs/
H A Dsysfs.c313 if (!strcmp(a->attr.name, "ckpt_thread_ioprio")) { in f2fs_sbi_show()
315 int class = IOPRIO_PRIO_CLASS(cprc->ckpt_thread_ioprio); in f2fs_sbi_show()
316 int data = IOPRIO_PRIO_DATA(cprc->ckpt_thread_ioprio); in f2fs_sbi_show()
422 if (!strcmp(a->attr.name, "ckpt_thread_ioprio")) { in __sbi_store()
443 cprc->ckpt_thread_ioprio = IOPRIO_PRIO_VALUE(class, data); in __sbi_store()
446 cprc->ckpt_thread_ioprio); in __sbi_store()
1001 CPRC_INFO_GENERAL_RW_ATTR(ckpt_thread_ioprio); variable
1112 ATTR_LIST(ckpt_thread_ioprio),
H A Dcheckpoint.c1905 set_task_ioprio(cprc->f2fs_issue_ckpt, cprc->ckpt_thread_ioprio); in f2fs_start_ckpt_thread()
1943 cprc->ckpt_thread_ioprio = DEFAULT_CHECKPOINT_IOPRIO; in f2fs_init_ckpt_req_control()
H A Df2fs.h317 int ckpt_thread_ioprio; /* checkpoint merge thread ioprio */ member

Completed in 14 milliseconds