Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Ddebug.c485 si->bg_data_blks + si->bg_node_blks); in stat_show()
489 si->bg_node_blks); in stat_show()
Dsysfs.c222 (si->bg_data_blks + si->bg_node_blks))); in moved_blocks_foreground_show()
231 (unsigned long long)(si->bg_data_blks + si->bg_node_blks)); in moved_blocks_background_show()
Df2fs.h3691 int bg_data_blks, bg_node_blks; member
3832 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \