Home
last modified time | relevance | path

Searched refs:meta_count (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/f2fs/
Ddebug.c138 si->meta_count[i] = atomic_read(&sbi->meta_count[i]); in update_general_status()
355 seq_printf(s, " - cp blocks : %u\n", si->meta_count[META_CP]); in stat_show()
357 si->meta_count[META_SIT]); in stat_show()
359 si->meta_count[META_NAT]); in stat_show()
361 si->meta_count[META_SSA]); in stat_show()
496 atomic_set(&sbi->meta_count[i], 0); in f2fs_build_stats()
Df2fs.h1309 atomic_t meta_count[META_MAX]; /* # of meta blocks */ member
3295 unsigned int meta_count[META_MAX]; member
3352 atomic_inc(&(sbi)->meta_count[META_CP]); \
3354 atomic_inc(&(sbi)->meta_count[META_SIT]); \
3356 atomic_inc(&(sbi)->meta_count[META_NAT]); \
3358 atomic_inc(&(sbi)->meta_count[META_SSA]); \