Lines Matching defs:runs
614 ntfs_log_error("invalid runs\n");
732 // wipe orig runs
735 // update data runs
765 runlist *runs;
771 runs = ntfs_mapping_pairs_decompress(vol, rec, NULL);
772 if (!runs) {
773 ntfs_log_error("!runs\n");
777 //ntfs_debug_runlist_dump2(runs, 5, "\t");
780 for (i = 0; runs[i].length > 0; i++) {
781 if (runs[i].lcn == LCN_RL_NOT_MAPPED) {
785 res = move_datarun(vol, ino, rec, runs+i, loc, flags);
786 //ntfs_log_info(" %8lld %8lld %8lld\n", runs[i].vcn, runs[i].lcn, runs[i].length);