Searched refs:mft_begin (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsundelete.h | 59 s64 mft_begin; /* Range for mft copy */ member
|
D | ntfsundelete.c | 671 &opts.mft_begin, &opts.mft_end, TRUE)) in parse_options() 2349 static int copy_mft(ntfs_volume *vol, long long mft_begin, long long mft_end) in copy_mft() argument 2363 if (mft_end < mft_begin) { in copy_mft() 2401 ntfs_log_debug("\tBegin: %8lld\n", mft_begin); in copy_mft() 2404 for (i = mft_begin; i <= mft_end; i++) { in copy_mft() 2417 ntfs_log_verbose("Read %lld MFT Records\n", mft_end - mft_begin + 1); in copy_mft() 2517 result = !copy_mft(vol, opts.mft_begin, opts.mft_end); in main() 2520 "%lld-%lld.\n", (long long)opts.mft_begin, in main()
|