Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.h604 unsigned int total_node_blocks = get_pages(sbi, F2FS_DIRTY_NODES) + in has_not_enough_free_secs() local
608 unsigned int node_secs = total_node_blocks / BLKS_PER_SEC(sbi); in has_not_enough_free_secs()
610 unsigned int node_blocks = total_node_blocks % BLKS_PER_SEC(sbi); in has_not_enough_free_secs()