Lines Matching defs:run
668 runlist_element *run, u64 loc, int flags)
678 to = find_unused(vol, run->length, loc, flags);
684 to->vcn = run->vcn;
694 (long long)run->vcn, (long long)run->lcn, (long long)run->length,
698 ntfs_log_info("orig data run = %d bytes\n", need_from);
703 if (from[i].vcn == run->vcn) {
712 ntfs_log_info("new data run = %d bytes\n", need_to);
726 res = move_runlist(vol, run, to);