When running fsck_ffs -d on a gjournal'ed filesystem, it's possible
that totalreads is greater than zero when no cache lookup has been
done - causing a divide by zero and producing the following error:
Floating point exception (core dumped)
Only print buffer cache debug message when a cache lookup has been done.