Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.h607 unsigned int total_dent_blocks = get_pages(sbi, F2FS_DIRTY_DENTS); in has_not_enough_free_secs() local
609 unsigned int dent_secs = total_dent_blocks / BLKS_PER_SEC(sbi); in has_not_enough_free_secs()
611 unsigned int dent_blocks = total_dent_blocks % BLKS_PER_SEC(sbi); in has_not_enough_free_secs()