Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.h619 unsigned int free, need_lower, need_upper; in has_not_enough_free_secs() local
626 need_upper = need_lower + (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0); in has_not_enough_free_secs()
628 if (free > need_upper) in has_not_enough_free_secs()