Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dgc.c1231 SIT_I(sbi)->last_victim[ALLOC_NEXT] = 0; in f2fs_gc()
1260 SIT_I(sbi)->last_victim[ALLOC_NEXT] = in f2fs_build_gc_manager()
Dsegment.h152 ALLOC_NEXT, enumerator
Dsegment.c2342 if (SIT_I(sbi)->last_victim[ALLOC_NEXT]) in __get_next_segno()
2343 return SIT_I(sbi)->last_victim[ALLOC_NEXT]; in __get_next_segno()
Dfile.c2569 sm->last_victim[ALLOC_NEXT] = end_segno + 1; in f2fs_ioc_flush_device()