public long getDiskWriteCount() {
   if (fsc != null) {
     return fsc.getStorageWrites();
   }
   return 0;
 }