Lines Matching refs:temp
455 fio->type, fio->temp);
563 * data/node io flag bits per temp:
568 if ((1 << fio->temp) & meta_flag)
570 if ((1 << fio->temp) & fua_flag)
631 enum page_type type, enum temp_type temp)
634 struct f2fs_bio_info *io = sbi->write_io[btype] + temp;
654 enum temp_type temp;
657 for (temp = HOT; temp < NR_TEMP_TYPE; temp++) {
660 struct f2fs_bio_info *io = sbi->write_io[btype] + temp;
667 __f2fs_submit_merged_write(sbi, type, temp);
669 /* TODO: use HOT temp only for meta pages now. */
774 struct page *page, enum temp_type temp)
776 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp;
801 enum temp_type temp;
805 for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) {
806 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp;
848 enum temp_type temp;
854 for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) {
855 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp;
927 add_bio_entry(fio->sbi, bio, page, fio->temp);
948 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp;