Home
last modified time | relevance | path

Searched refs:need_lower (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h638 unsigned int free, need_lower, need_upper; in has_not_enough_free_secs() local
644 need_lower = node_secs + dent_secs + reserved_sections(sbi) + needed; in has_not_enough_free_secs()
645 need_upper = need_lower + (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0); in has_not_enough_free_secs()
649 else if (free <= need_lower) in has_not_enough_free_secs()

Completed in 2 milliseconds