Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h4160 static inline bool f2fs_need_rand_seg(struct f2fs_sb_info *sbi, in f2fs_need_rand_seg() function
4171 return f2fs_need_rand_blk(sbi, type) || f2fs_need_rand_seg(sbi, type); in f2fs_need_rand_seg_blk()
H A Dsuper.c2488 else if (f2fs_need_rand_seg(sbi, NO_CHECK_TYPE)) in f2fs_show_options()