Lines Matching refs:runlist
85 * --adjust-size -z: insert a sparse hole if the data_size is larger than the size marked in the runlist.
235 * Load the runlist of the <attr_type> attribute.
250 static runlist *load_runlist(ntfs_volume *rawvol, s64 offset_to_file_record, ATTR_TYPES attr_type, u32 size_of_file_record)
333 static VCN get_last_vcn(runlist *rl)
718 * It will load the MFT runlist and MFT/Bitmap runlist.
730 // Load the first segment of the $MFT/DATA runlist.
735 check_failed("Loading $MFT runlist failed. Trying $MFTMirr.\n");
739 check_failed("Loading $MFTMirr runlist failed too. Aborting.\n");
743 // todo: support loading the next runlist extents when ATTRIBUTE_LIST is used on $MFT.
744 // If attribute list: Gradually load mft runlist. (parse runlist from first file record, check all referenced file records, continue with the next file record). If no attribute list, just load it.
746 // Load the runlist of $MFT/Bitmap.
750 check_failed("Loading $MFT/Bitmap runlist failed. Trying $MFTMirr.\n");
754 check_failed("Loading $MFTMirr/Bitmap runlist failed too. Aborting.\n");