Home
last modified time | relevance | path

Searched refs:f2fs_get_segment_temp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/f2fs/
H A Dsegment.c3659 enum temp_type f2fs_get_segment_temp(struct f2fs_sb_info *sbi, in f2fs_get_segment_temp() function
3703 fio->temp = f2fs_get_segment_temp(fio->sbi, type); in __get_segment_type()
H A Df2fs.h3827 enum temp_type f2fs_get_segment_temp(struct f2fs_sb_info *sbi,
H A Dfile.c4964 enum temp_type temp = f2fs_get_segment_temp(sbi, type); in f2fs_dio_write_submit_io()