Lines Matching refs:temp
441 if (BIT(fio->temp) & meta_flag) in f2fs_io_flags()
443 if (BIT(fio->temp) & fua_flag) in f2fs_io_flags()
472 fio->type, fio->temp); in __bio_alloc()
618 enum page_type type, enum temp_type temp) in __f2fs_submit_merged_write() argument
621 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __f2fs_submit_merged_write()
644 enum temp_type temp; in __submit_merged_write_cond() local
647 for (temp = HOT; temp < NR_TEMP_TYPE; temp++) { in __submit_merged_write_cond()
650 struct f2fs_bio_info *io = sbi->write_io[btype] + temp; in __submit_merged_write_cond()
657 __f2fs_submit_merged_write(sbi, type, temp); in __submit_merged_write_cond()
753 struct page *page, enum temp_type temp) in add_bio_entry() argument
755 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_bio_entry()
781 enum temp_type temp; in add_ipu_page() local
785 for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) { in add_ipu_page()
786 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in add_ipu_page()
828 enum temp_type temp; in f2fs_submit_merged_ipu_write() local
834 for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) { in f2fs_submit_merged_ipu_write()
835 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp; in f2fs_submit_merged_ipu_write()
905 add_bio_entry(fio->sbi, bio, &data_folio->page, fio->temp); in f2fs_merge_page_bio()
948 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp; in f2fs_submit_page_write()