Lines Matching defs:unused
8 * This utility will overwrite unused space on an NTFS volume.
150 ntfs_log_info("\n%s v%s (libntfs-3g) - Overwrite the unused space on an NTFS "
174 " -u --unused Wipe unused clusters\n"
175 " -U --unused-fast Wipe unused clusters (fast)\n"
178 " -a --all Wipe all unused space\n"
285 { "unused", no_argument, NULL, 'u' },
286 { "unused-fast",no_argument, NULL, 'U' },
324 opts.unused++;
377 opts.unused++;
433 if (opts.info && (opts.unused || opts.tails || opts.mft || opts.directory)) {
457 !opts.pagefile && !opts.tails && !opts.unused &&
473 * wipe_unused - Wipe unused clusters
528 * wipe_unused_fast - Faster wipe unused clusters
547 s64 unused = 0;
576 unused += (blksize - result) * vol->cluster_size;
582 * if all unused clusters in this block are already wiped,
612 /* else wipe unused clusters in the block */
635 byte, (long long)(unused - total), (long long)total);
950 * unused space at the end of the record and wipe any unused records.
1096 __attribute__((unused)), ntfs_attr *naa, ntfs_attr *nab,
1236 * the unused space at the ends of these blocks.
1380 __attribute__((unused)))
1491 __attribute__((unused)))
2108 if (opts.unused)
2255 if (opts.unused || opts.unused_fast) {