Lines Matching refs:metadata
9 * Clone NTFS data and/or metadata to a sparse file, image, device or stdout.
156 int metadata; /* metadata only cloning */
364 " -m, --metadata Clone *only* metadata (for NTFS experts)\n"
372 " --full-logfile Include the full logfile in metadata output\n"
411 { "metadata", no_argument, NULL, 'm' },
461 opt.metadata++;
516 if (opt.metadata && opt.save_image) {
521 if (opt.metadata && opt.restore_image)
522 err_exit("Restoring only metadata from an image is not "
525 if (opt.metadata && !opt.metadata_image && opt.std_out)
526 err_exit("Cloning only metadata to stdout isn't supported!\n");
528 if (opt.ignore_fs_check && !opt.metadata && !opt.rescue)
529 err_exit("Filesystem check can be ignored only for metadata "
566 if (opt.metadata && !opt.force)
567 err_exit("Cloning only metadata to a "
1069 err_exit("Cannot restore a metadata"
1387 * (only for metadata images)
1431 * (only for metadata images)
1497 * (only for metadata images)
1580 * (only for metadata images)
1667 if ((opt.std_out && !opt.metadata_image) || !opt.metadata)
1758 * For a metadata image, we have to compute the
1759 * number of metadata clusters for the percentages
1779 * Non-resident metadata has to be wiped globally,
1816 if (opt.metadata
1899 || (opt.metadata
1968 if (opt.restore_image || (!opt.metadata && wipe))
2049 if (opt.metadata) {
2172 * the volume (load the metadata into memory).
2192 * data, but needed when remounting the metadata of a
2557 if (opt.metadata || opt.blkdev_out || opt.std_out)
2684 opt.metadata && !opt.metadata_image);
2694 if ((opt.std_out && !opt.metadata_image) || !opt.metadata) {