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

/linux-master/fs/f2fs/
H A Dsegment.h591 unsigned int total_node_blocks = get_pages(sbi, F2FS_DIRTY_NODES) + local
595 unsigned int node_secs = total_node_blocks / CAP_BLKS_PER_SEC(sbi);
597 unsigned int node_blocks = total_node_blocks % CAP_BLKS_PER_SEC(sbi);

Completed in 164 milliseconds