Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h613 unsigned int *total_dent_blocks, bool separate_dent) in get_additional_blocks_required() argument
640 *total_dent_blocks = (*total_dent_blocks > min_free_dent_blocks) ? in get_additional_blocks_required()
641 *total_dent_blocks - min_free_dent_blocks : 0; in get_additional_blocks_required()
657 unsigned int total_dent_blocks = get_pages(sbi, F2FS_DIRTY_DENTS); in __get_secs_required() local
669 total_data_blocks += total_dent_blocks; in __get_secs_required()
670 total_dent_blocks = 0; in __get_secs_required()
674 get_additional_blocks_required(sbi, &total_node_blocks, &total_dent_blocks, in __get_secs_required()
678 DIV_ROUND_UP(total_dent_blocks, CAP_BLKS_PER_SEC(sbi)) + in __get_secs_required()