Home
last modified time | relevance | path

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

/fs/f2fs/
Dgc.c1402 SIT_I(sbi)->last_victim[ALLOC_NEXT] = 0; in f2fs_gc()
1431 SIT_I(sbi)->last_victim[ALLOC_NEXT] = in f2fs_build_gc_manager()
Dsegment.h150 ALLOC_NEXT, enumerator
Dsegment.c2505 if (SIT_I(sbi)->last_victim[ALLOC_NEXT]) in __get_next_segno()
2506 return SIT_I(sbi)->last_victim[ALLOC_NEXT]; in __get_next_segno()
Dfile.c2985 sm->last_victim[ALLOC_NEXT] = end_segno + 1; in f2fs_ioc_flush_device()