Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Ddebug.c175 si->meta_count[i] = atomic_read(&sbi->meta_count[i]); in update_general_status()
412 seq_printf(s, " - cp blocks : %u\n", si->meta_count[META_CP]); in stat_show()
414 si->meta_count[META_SIT]); in stat_show()
416 si->meta_count[META_NAT]); in stat_show()
418 si->meta_count[META_SSA]); in stat_show()
556 atomic_set(&sbi->meta_count[i], 0); in f2fs_build_stats()
Df2fs.h1557 atomic_t meta_count[META_MAX]; /* # of meta blocks */ member
3584 unsigned int meta_count[META_MAX]; member
3655 atomic_inc(&(sbi)->meta_count[META_CP]); \
3657 atomic_inc(&(sbi)->meta_count[META_SIT]); \
3659 atomic_inc(&(sbi)->meta_count[META_NAT]); \
3661 atomic_inc(&(sbi)->meta_count[META_SSA]); \