Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h633 unsigned int total_dent_blocks = get_pages(sbi, F2FS_DIRTY_DENTS); in has_not_enough_free_secs() local
635 unsigned int dent_secs = total_dent_blocks / BLKS_PER_SEC(sbi); in has_not_enough_free_secs()
637 unsigned int dent_blocks = total_dent_blocks % BLKS_PER_SEC(sbi); in has_not_enough_free_secs()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.h607 unsigned int total_dent_blocks = get_pages(sbi, F2FS_DIRTY_DENTS); in __get_secs_required() local
609 unsigned int dent_secs = total_dent_blocks / CAP_BLKS_PER_SEC(sbi); in __get_secs_required()
611 unsigned int dent_blocks = total_dent_blocks % CAP_BLKS_PER_SEC(sbi); in __get_secs_required()

Completed in 4 milliseconds