Home
last modified time | relevance | path

Searched refs:is_atgc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c647 bool is_atgc; in get_victim_by_default() local
663 is_atgc = (p.gc_mode == GC_AT || p.alloc_mode == AT_SSR); in get_victim_by_default()
666 if (is_atgc) in get_victim_by_default()
770 if (is_atgc) { in get_victim_by_default()
795 if (is_atgc) { in get_victim_by_default()
800 if (is_atgc && p.min_segno == NULL_SEGNO && in get_victim_by_default()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c754 bool is_atgc; in f2fs_get_victim() local
770 is_atgc = (p.gc_mode == GC_AT || p.alloc_mode == AT_SSR); in f2fs_get_victim()
773 if (is_atgc) in f2fs_get_victim()
880 if (is_atgc) { in f2fs_get_victim()
905 if (is_atgc) { in f2fs_get_victim()
910 if (is_atgc && p.min_segno == NULL_SEGNO && in f2fs_get_victim()

Completed in 6 milliseconds