Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
Ddebug.c427 si->bg_data_blks + si->bg_node_blks); in stat_show()
431 si->bg_node_blks); in stat_show()
Dsysfs.c212 (si->bg_data_blks + si->bg_node_blks))); in moved_blocks_foreground_show()
221 (unsigned long long)(si->bg_data_blks + si->bg_node_blks)); in moved_blocks_background_show()
Df2fs.h3593 int bg_data_blks, bg_node_blks; member
3734 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \