Searched defs:wiped_total (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c1818 unsigned int wiped_total = 0; local
1918 wiped_total += wiped_unused_mft_data;
1919 wiped_total += wiped_unused_mft;
1920 wiped_total += wiped_resident_data;
1921 wiped_total += wiped_timestamp_data;
1922 Printf("Wiped totally = %10u\n", wiped_total);

Completed in 343 milliseconds