Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dgc.c762 static int __get_victim(struct f2fs_sb_info *sbi, unsigned int *victim, in __get_victim() function
840 if (__get_victim(sbi, &segno, gc_type) || prefree_segments(sbi)) in f2fs_gc()
844 if (segno == NULL_SEGNO && !__get_victim(sbi, &segno, gc_type)) in f2fs_gc()