Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Ddebug.c80 si->total_ext = atomic64_read(&sbi->total_hit_ext); in update_general_status()
442 !si->total_ext ? 0 : in stat_show()
443 div64_u64(si->hit_total * 100, si->total_ext), in stat_show()
444 si->hit_total, si->total_ext); in stat_show()
Df2fs.h3545 unsigned long long hit_total, total_ext; member