Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Ddebug.c40 si->total_ext = atomic64_read(&sbi->total_hit_ext); in update_general_status()
290 !si->total_ext ? 0 : in stat_show()
291 div64_u64(si->hit_total * 100, si->total_ext), in stat_show()
292 si->hit_total, si->total_ext); in stat_show()
Df2fs.h1879 unsigned long long hit_total, total_ext; member