Lines Matching defs:temp
449 * data/node io flag bits per temp:
454 if (BIT(fio->temp) & meta_flag)
456 if (BIT(fio->temp) & fua_flag)
663 enum page_type type, enum temp_type temp)
666 struct f2fs_bio_info *io = sbi->write_io[btype] + temp;
689 enum temp_type temp;
692 for (temp = HOT; temp < NR_TEMP_TYPE; temp++) {
695 struct f2fs_bio_info *io = sbi->write_io[btype] + temp;
702 __f2fs_submit_merged_write(sbi, type, temp);
704 /* TODO: use HOT temp only for meta pages now. */
813 struct page *page, enum temp_type temp)
815 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp;
840 enum temp_type temp;
844 for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) {
845 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp;
887 enum temp_type temp;
893 for (temp = HOT; temp < NR_TEMP_TYPE && !found; temp++) {
894 struct f2fs_bio_info *io = sbi->write_io[DATA] + temp;
965 add_bio_entry(fio->sbi, bio, page, fio->temp);
1006 struct f2fs_bio_info *io = sbi->write_io[btype] + fio->temp;