Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h630 unsigned int total_node_blocks = get_pages(sbi, F2FS_DIRTY_NODES) + in has_not_enough_free_secs() local
634 unsigned int node_secs = total_node_blocks / BLKS_PER_SEC(sbi); in has_not_enough_free_secs()
636 unsigned int node_blocks = total_node_blocks % BLKS_PER_SEC(sbi); in has_not_enough_free_secs()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.h604 unsigned int total_node_blocks = get_pages(sbi, F2FS_DIRTY_NODES) + in __get_secs_required() local
608 unsigned int node_secs = total_node_blocks / CAP_BLKS_PER_SEC(sbi); in __get_secs_required()
610 unsigned int node_blocks = total_node_blocks % CAP_BLKS_PER_SEC(sbi); in __get_secs_required()

Completed in 4 milliseconds