Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h698 unsigned int free_secs, lower_secs, upper_secs; in has_not_enough_free_secs() local
704 __get_secs_required(sbi, &lower_secs, &upper_secs, &curseg_space); in has_not_enough_free_secs()
708 upper_secs += needed + reserved_sections(sbi); in has_not_enough_free_secs()
710 if (free_secs > upper_secs) in has_not_enough_free_secs()
H A Dgc.c1904 unsigned int upper_secs; in f2fs_gc() local
2003 __get_secs_required(sbi, NULL, &upper_secs, NULL); in f2fs_gc()
2009 if (free_sections(sbi) <= upper_secs + NR_GC_CHECKPOINT_SECS && in f2fs_gc()