Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Ddebug.c486 si->bg_data_blks + si->bg_node_blks); in stat_show()
490 si->bg_node_blks); in stat_show()
Dsysfs.c246 (si->bg_data_blks + si->bg_node_blks))); in moved_blocks_foreground_show()
255 (unsigned long long)(si->bg_data_blks + si->bg_node_blks)); in moved_blocks_background_show()
Df2fs.h3892 int bg_data_blks, bg_node_blks; member
4029 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \