if (lfs == null) {
return false;
}
RaidState state = checker.check(info, src, now, true, lfs);
Counters counters = stateToSourceCounters.get(state);
counters.inc(lfs);
if (state == RaidState.RAIDED) {
long paritySize = computeParitySize(lfs, targetReplication);
estimatedParitySize += paritySize;
estimatedDoneParitySize += paritySize;
estimatedDoneSourceSize += DirectoryStripeReader.getDirPhysicalSize(lfs);