Lines Matching refs:data
9 * Clone NTFS data and/or metadata to a sparse file, image, device or stdout.
141 "* Use the --rescue option to efficiently save as much data as possible! *\n"
193 typedef int (ntfs_walk_op)(ntfs_inode *ni, void *data);
724 Printf("WARNING: Can't read sector at %llu, lost data.\n",
1389 * The resident data and (optionally) the timestamps are wiped.
1496 * Copy and wipe the full MFT or MFTMirr data.
1792 perr_exit("Failed to map data of inode %lld",
1796 perr_exit("Failed to open data of inode %lld",
2145 Printf("Offset to image data : %u (0x%x) bytes\n",
2192 * data, but needed when remounting the metadata of a
2419 /* safe image : little endian data */
2429 /* Read the image header data offset. */
2433 /* do not translate little endian data */
2739 Printf("Wiped unused MFT data = %10u\n", wiped_unused_mft_data);
2740 Printf("Wiped deleted MFT data = %10u\n", wiped_unused_mft);
2741 Printf("Wiped resident user data = %10u\n", wiped_resident_data);
2742 Printf("Wiped timestamp data = %10u\n", wiped_timestamp_data);