Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dsegment.h627 unsigned int free_secs, lower_secs, upper_secs; in has_not_enough_free_secs() local
633 __get_secs_required(sbi, &lower_secs, &upper_secs, &curseg_space); in has_not_enough_free_secs()
637 upper_secs += needed + reserved_sections(sbi); in has_not_enough_free_secs()
639 if (free_secs > upper_secs) in has_not_enough_free_secs()
Dgc.c1809 unsigned int upper_secs; in f2fs_gc() local
1900 __get_secs_required(sbi, NULL, &upper_secs, NULL); in f2fs_gc()
1906 if (free_sections(sbi) <= upper_secs + NR_GC_CHECKPOINT_SECS && in f2fs_gc()