Home
last modified time | relevance | path

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

/linux-6.12.1/fs/f2fs/
Ddata.c2565 if (IS_F2FS_IPU_SSR(sbi) && f2fs_need_SSR(sbi)) in check_inplace_update_policy()
2569 if (IS_F2FS_IPU_SSR_UTIL(sbi) && f2fs_need_SSR(sbi) && in check_inplace_update_policy()
Dsegment.c171 bool f2fs_need_SSR(struct f2fs_sb_info *sbi) in f2fs_need_SSR() function
3149 if (!f2fs_need_SSR(sbi) || !get_ssr_segment(sbi, type, SSR, 0)) in need_new_seg()
3169 if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type, SSR, 0)) in f2fs_allocate_segment_for_resize()
Df2fs.h3705 bool f2fs_need_SSR(struct f2fs_sb_info *sbi);