Searched refs:ckpt_thread_ioprio (Results 1 - 3 of 3) sorted by last modified time

/linux-master/fs/f2fs/
H A Dsysfs.c340 if (!strcmp(a->attr.name, "ckpt_thread_ioprio")) {
342 int class = IOPRIO_PRIO_CLASS(cprc->ckpt_thread_ioprio);
343 int data = IOPRIO_PRIO_DATA(cprc->ckpt_thread_ioprio);
449 if (!strcmp(a->attr.name, "ckpt_thread_ioprio")) {
470 cprc->ckpt_thread_ioprio = IOPRIO_PRIO_VALUE(class, data);
473 cprc->ckpt_thread_ioprio);
1043 CPRC_INFO_GENERAL_RW_ATTR(ckpt_thread_ioprio); variable
1155 ATTR_LIST(ckpt_thread_ioprio),
H A Df2fs.h319 int ckpt_thread_ioprio; /* checkpoint merge thread ioprio */ member in struct:ckpt_req_control
H A Dcheckpoint.c1920 set_task_ioprio(cprc->f2fs_issue_ckpt, cprc->ckpt_thread_ioprio);
1958 cprc->ckpt_thread_ioprio = DEFAULT_CHECKPOINT_IOPRIO;

Completed in 450 milliseconds