Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.h612 unsigned int free, need_lower, need_upper; in has_not_enough_free_secs() local
618 need_lower = node_secs + dent_secs + reserved_sections(sbi) + needed; in has_not_enough_free_secs()
619 need_upper = need_lower + (node_blocks ? 1 : 0) + (dent_blocks ? 1 : 0); in has_not_enough_free_secs()
623 else if (free <= need_lower) in has_not_enough_free_secs()