Home
last modified time | relevance | path

Searched refs:need_SSR (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dsegment.h465 static inline bool need_SSR(struct f2fs_sb_info *sbi) in need_SSR() function
532 if (policy & (0x1 << F2FS_IPU_SSR) && need_SSR(sbi)) in need_inplace_update()
537 if (policy & (0x1 << F2FS_IPU_SSR_UTIL) && need_SSR(sbi) && in need_inplace_update()
Dsegment.c1101 else if (need_SSR(sbi) && get_ssr_segment(sbi, type)) in allocate_segment_by_default()