Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Ddebug.c548 si->bg_data_blks + si->bg_node_blks); in stat_show()
550 si->bg_data_blks); in stat_show()
H A Dsysfs.c252 (si->bg_data_blks + si->bg_node_blks))); in moved_blocks_foreground_show()
261 (unsigned long long)(si->bg_data_blks + si->bg_node_blks)); in moved_blocks_background_show()
H A Df2fs.h3941 int bg_data_blks, bg_node_blks; member
4063 si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0; \