Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.h614 unsigned int total_dent_blocks = get_pages(sbi, F2FS_DIRTY_DENTS); in has_not_enough_free_secs() local
616 unsigned int dent_secs = total_dent_blocks / CAP_BLKS_PER_SEC(sbi); in has_not_enough_free_secs()
618 unsigned int dent_blocks = total_dent_blocks % CAP_BLKS_PER_SEC(sbi); in has_not_enough_free_secs()