Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h4152 static inline bool f2fs_need_rand_blk(struct f2fs_sb_info *sbi, in f2fs_need_rand_blk() function
4171 return f2fs_need_rand_blk(sbi, type) || f2fs_need_rand_seg(sbi, type); in f2fs_need_rand_seg_blk()
H A Dsegment.c3120 if (f2fs_need_rand_blk(sbi, type)) in new_curseg()
3940 if (f2fs_need_rand_blk(sbi, type)) in f2fs_allocate_data_block()
H A Dsuper.c2490 else if (f2fs_need_rand_blk(sbi, NO_CHECK_TYPE)) in f2fs_show_options()