Lines Matching defs:run

112 "using this software! Note, if you have run chkdsk previously then boot\n"
125 "* run 'chkdsk /f /r' on Windows and rebooot it TWICE! Then you can resize *\n"
598 printf("Please make a test run using both the -n and -s options "
678 * First run of $MFT AT_DATA isn't supported yet.
1121 ntfs_log_verbose("Skip unmapped run at the beginning ...\n");
1132 ntfs_log_verbose("Skip unmapped run at the end ...\n");
1343 ntfs_log_verbose("Multi-run allocation: \n");
1450 /* collect_shrink_constraints() ensured $MFTMir DATA is one run */
1457 err_exit("Multi-run $MFTMirr. Please report!\n");
1464 static void rl_split_run(runlist **rl, int run, s64 pos)
1472 size_head = run * sizeof(runlist_element);
1473 size_tail = (items - run - 1) * sizeof(runlist_element);
1479 rle_new = rl_new + run;
1480 rle = *rl + run;
1491 ntfs_log_verbose("Splitting run at cluster %lld:\n", (long long)pos);
1498 static void rl_insert_at_run(runlist **rl, int run, runlist *ins)
1508 size_tail = (items - run - 1) * sizeof(runlist_element);
1513 rle = *rl + run;
1525 // (*rl + run)->lcn = ins->lcn;
1528 static void relocate_run(ntfs_resize_t *resize, runlist **rl, int run)
1535 lcn = (*rl + run)->lcn;
1536 lcn_length = (*rl + run)->length;
1543 rl_split_run(rl, run, new_vol_size);
1553 /* FIXME: check $MFTMirr DATA isn't multi-run (or support it) */
1558 (unsigned long long)(*rl + run)->vcn,
1563 rl_insert_at_run(rl, run, relocate_rl);
2293 * boots it will automatically run chkdsk to check for any problems. If the
2487 printf("The read-only test run ended successfully.\n");