Lines Matching defs:run

117 "using this software! Note, if you have run chkdsk previously then boot\n"
130 "* run 'chkdsk /f /r' on Windows and rebooot it TWICE! Then you can resize *\n"
220 runlist_element *new_mft_start; /* new first run for $MFT:$DATA */
658 printf("Please make a test run using both the -n and -s "
1182 ntfs_log_verbose("Skip unmapped run at the beginning ...\n");
1193 ntfs_log_verbose("Skip unmapped run at the end ...\n");
1244 /* split a possible old run partially overlapped */
1263 /* locate the first fully replaced old run */
1268 /* split a possible old run partially overlapped */
1816 ntfs_log_verbose("Multi-run allocation: \n");
1930 /* collect_shrink_constraints() ensured $MFTMir DATA is one run */
1937 err_exit("Multi-run $MFTMirr. Please report!\n");
1944 static void rl_split_run(runlist **rl, int run, s64 pos)
1952 size_head = run * sizeof(runlist_element);
1953 size_tail = (items - run - 1) * sizeof(runlist_element);
1959 rle_new = rl_new + run;
1960 rle = *rl + run;
1971 ntfs_log_verbose("Splitting run at cluster %lld:\n", (long long)pos);
1978 static void rl_insert_at_run(runlist **rl, int run, runlist *ins)
1988 size_tail = (items - run - 1) * sizeof(runlist_element);
1993 rle = *rl + run;
2005 // (*rl + run)->lcn = ins->lcn;
2008 static void relocate_run(ntfs_resize_t *resize, runlist **rl, int run)
2015 lcn = (*rl + run)->lcn;
2016 lcn_length = (*rl + run)->length;
2023 rl_split_run(rl, run, new_vol_size);
2030 && !run
2040 /* FIXME: check $MFTMirr DATA isn't multi-run (or support it) */
2045 (unsigned long long)(*rl + run)->vcn,
2050 rl_insert_at_run(rl, run, relocate_rl);
2058 || run
2265 * If we need to relocate the first run of the MFT DATA,
2278 * The length of the first run is normally found in
2280 * merged with the first run of an extent of MFT,
2281 * which implies there is a single run in the base record.
2980 * boots it will automatically run chkdsk to check for any problems. If the
3615 err_printf("Reallocated cluster found in run"
3621 err_printf("Bad run : lcn 0x%llx length %lld\n",
4676 printf("The read-only test run ended successfully.\n");