Searched refs:f2fs_need_SSR (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/f2fs/
H A Dsegment.c171 bool f2fs_need_SSR(struct f2fs_sb_info *sbi) function
3024 /* f2fs_need_SSR() already forces to do this */
3080 if (!f2fs_need_SSR(sbi) || !get_ssr_segment(sbi, type, SSR, 0))
3100 if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type, SSR, 0))
H A Ddata.c2522 if (IS_F2FS_IPU_SSR(sbi) && f2fs_need_SSR(sbi))
2526 if (IS_F2FS_IPU_SSR_UTIL(sbi) && f2fs_need_SSR(sbi) &&
H A Df2fs.h3671 bool f2fs_need_SSR(struct f2fs_sb_info *sbi);

Completed in 243 milliseconds