Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c3720 enum temp_type f2fs_get_segment_temp(struct f2fs_sb_info *sbi, in f2fs_get_segment_temp() function
3764 fio->temp = f2fs_get_segment_temp(fio->sbi, type); in __get_segment_type()
H A Df2fs.h3942 enum temp_type f2fs_get_segment_temp(struct f2fs_sb_info *sbi,
H A Dfile.c5046 enum temp_type temp = f2fs_get_segment_temp(sbi, type); in f2fs_dio_write_submit_io()