Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.c187 bool f2fs_need_SSR(struct f2fs_sb_info *sbi) in f2fs_need_SSR() function
220 return f2fs_need_SSR(sbi); in need_ssr_by_type()
2972 /* f2fs_need_SSR() already forces to do this */ in get_ssr_segment()
3038 else if (f2fs_need_SSR(sbi) && in allocate_segment_by_default()
3062 if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type, SSR, 0)) in f2fs_allocate_segment_for_resize()
H A Ddata.c2587 if (policy & (0x1 << F2FS_IPU_SSR) && f2fs_need_SSR(sbi)) in check_inplace_update_policy()
2592 if (policy & (0x1 << F2FS_IPU_SSR_UTIL) && f2fs_need_SSR(sbi) && in check_inplace_update_policy()
H A Df2fs.h3350 bool f2fs_need_SSR(struct f2fs_sb_info *sbi);
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c171 bool f2fs_need_SSR(struct f2fs_sb_info *sbi) in f2fs_need_SSR() function
2989 /* f2fs_need_SSR() already forces to do this */ in get_ssr_segment()
3045 if (!f2fs_need_SSR(sbi) || !get_ssr_segment(sbi, type, SSR, 0)) in need_new_seg()
3064 if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type, SSR, 0)) in f2fs_allocate_segment_for_resize()
H A Ddata.c2599 if (IS_F2FS_IPU_SSR(sbi) && f2fs_need_SSR(sbi)) in check_inplace_update_policy()
2603 if (IS_F2FS_IPU_SSR_UTIL(sbi) && f2fs_need_SSR(sbi) && in check_inplace_update_policy()
H A Df2fs.h3665 bool f2fs_need_SSR(struct f2fs_sb_info *sbi);

Completed in 41 milliseconds