Home
last modified time | relevance | path

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

/fs/f2fs/
Dgc.c1084 SIT_I(sbi)->last_victim[ALLOC_NEXT] = 0; in f2fs_gc()
1122 SIT_I(sbi)->last_victim[ALLOC_NEXT] = in build_gc_manager()
Dsegment.h152 ALLOC_NEXT, enumerator
Dsegment.c2170 if (SIT_I(sbi)->last_victim[ALLOC_NEXT]) in __get_next_segno()
2171 return SIT_I(sbi)->last_victim[ALLOC_NEXT]; in __get_next_segno()
Dfile.c2489 sm->last_victim[ALLOC_NEXT] = end_segno + 1; in f2fs_ioc_flush_device()