Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Ddebug.c44 si->total_ext = atomic64_read(&sbi->total_hit_ext); in update_general_status()
385 !si->total_ext ? 0 : in stat_show()
386 div64_u64(si->hit_total * 100, si->total_ext), in stat_show()
387 si->hit_total, si->total_ext); in stat_show()
Df2fs.h3261 unsigned long long hit_total, total_ext; member