Lines Matching refs:runlist
932 if (d->runlist)
933 free(d->runlist);
1312 data->runlist = ntfs_mapping_pairs_decompress(vol, rec, NULL);
1313 if (!data->runlist) {
1486 rl = data->runlist;
1488 ntfs_log_verbose("File has no runlist, hence no data."
1494 ntfs_log_verbose("File has an empty runlist, hence no "
1647 if ((!d->runlist) || (d->runlist[0].length <= 0)) {
1650 for (i = 0; d->runlist[i].length > 0; i++) {
1652 (long long)d->runlist[i].length,
1653 (long long)d->runlist[i].lcn);
2067 rl = d->runlist;
2069 ntfs_log_verbose("File has no runlist, hence no data.\n");
2074 ntfs_log_verbose("File has an empty runlist, hence no data.\n");