Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dsegment.h619 unsigned int free, need_lower, need_upper; in has_not_enough_free_secs() local
625 need_lower = node_secs + dent_secs + reserved_sections(sbi) + needed; in has_not_enough_free_secs()
626 need_upper = need_lower + (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0); in has_not_enough_free_secs()
630 else if (free <= need_lower) in has_not_enough_free_secs()