Home
last modified time | relevance | path

Searched refs:LCN_HOLE (Results 1 – 11 of 11) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dcompress.c664 if (rl->lcn < LCN_HOLE || !rl->length) { in ntfs_is_cb_compressed()
667 if (!rl || rl->lcn < LCN_HOLE || !rl->length) in ntfs_is_cb_compressed()
677 if (rl->lcn == LCN_HOLE) in ntfs_is_cb_compressed()
813 if (!rl || rl->lcn < LCN_HOLE) { in ntfs_compressed_attr_pread()
822 if (rl->lcn == LCN_HOLE) { in ntfs_compressed_attr_pread()
1182 if (xrl->lcn == LCN_HOLE) { in valid_compressed_run()
1187 if (fullcheck && (xrl[1].lcn == LCN_HOLE)) { in valid_compressed_run()
1255 && (rl[-1].lcn == LCN_HOLE); in ntfs_compress_overwr_free()
1297 frl->lcn = LCN_HOLE; in ntfs_compress_overwr_free()
1319 if (freerl->lcn == LCN_HOLE) { in ntfs_compress_overwr_free()
[all …]
Drunlist.c181 if ((dst->lcn == LCN_HOLE) && (src->lcn == LCN_HOLE)) in ntfs_rl_are_mergeable()
348 if (dst[marker].lcn == LCN_HOLE || dst[marker].lcn == LCN_RL_NOT_MAPPED) in ntfs_rl_insert()
551 while (srl[si].length && srl[si].lcn < (LCN)LCN_HOLE) in ntfs_runlists_merge_i()
593 for (sfinal = send; sfinal >= 0 && srl[sfinal].lcn < LCN_HOLE; sfinal--) in ntfs_runlists_merge_i()
595 for (dfinal = dend; dfinal >= 0 && drl[dfinal].lcn < LCN_HOLE; dfinal--) in ntfs_runlists_merge_i()
889 rl[rlpos].lcn = (LCN)LCN_HOLE; in ntfs_mapping_pairs_decompress_i()
1138 if (rl->lcn != (LCN)LCN_HOLE) in ntfs_rl_pread()
1230 if (rl->lcn != (LCN)LCN_HOLE) in ntfs_rl_pwrite()
1363 if (rl->length < 0 || rl->lcn < LCN_HOLE) in ntfs_get_size_for_mapping_pairs()
1387 if (rl->length < 0 || rl->lcn < LCN_HOLE) in ntfs_get_size_for_mapping_pairs()
[all …]
Dlcnalloc.c691 if (rl->lcn < 0 && rl->lcn != LCN_HOLE) { in ntfs_cluster_free()
706 if (rl->lcn != LCN_HOLE) { in ntfs_cluster_free()
727 if (rl->lcn < 0 && rl->lcn != LCN_HOLE) { in ntfs_cluster_free()
740 if (rl->lcn != LCN_HOLE) { in ntfs_cluster_free()
Dattrib.c620 if (lcn >= 0 || lcn == LCN_HOLE || lcn == LCN_ENOENT) in ntfs_attr_map_runlist()
949 if (rl->lcn >= (LCN)LCN_HOLE) in ntfs_attr_find_vcn()
1147 if (rl->lcn != (LCN)LCN_HOLE) { in ntfs_attr_pread_i()
1276 if ((rli->lcn == (LCN)LCN_HOLE) in ntfs_attr_fill_zero()
1339 if ((*rl)->lcn == LCN_HOLE) { in ntfs_attr_fill_hole()
1582 rl[1].lcn = LCN_HOLE; in split_compressed_hole()
1583 rl[2].lcn = LCN_HOLE; in split_compressed_hole()
1612 rl[1].lcn = LCN_HOLE; in split_compressed_hole()
1619 rl[1].lcn = LCN_HOLE; in split_compressed_hole()
1652 rl[1].lcn = LCN_HOLE; in split_compressed_hole()
[all …]
/third_party/ntfs-3g/ntfsprogs/
Dntfswipe.c667 (((rlc + 1)->length) && (rlc->lcn != LCN_HOLE))) { in wipe_compressed_attribute()
672 if (rlc->lcn == LCN_HOLE) { in wipe_compressed_attribute()
684 while ((rlt - 1)->lcn == LCN_HOLE) rlt--; in wipe_compressed_attribute()
723 if (rlc->lcn == LCN_HOLE) in wipe_compressed_attribute()
753 if (rlc->lcn == LCN_HOLE) in wipe_compressed_attribute()
Dntfsfallocate.c461 if (brl->lcn != LCN_HOLE) { in ntfs_restore_rl()
466 if (grl->lcn == LCN_HOLE) { in ntfs_restore_rl()
Dntfsresize.c855 if (lcn == LCN_HOLE || lcn == LCN_RL_NOT_MAPPED) in build_lcn_usage_bitmap()
1119 if (rl[i].lcn == LCN_HOLE || rl[i].lcn == LCN_RL_NOT_MAPPED) in build_resize_constraints()
2083 if (lcn == LCN_HOLE || lcn == LCN_RL_NOT_MAPPED) in relocate_attribute()
2630 if (rl[i].lcn == LCN_HOLE || rl[i].lcn == LCN_RL_NOT_MAPPED) in check_bad_sectors()
3326 if (rl[i].lcn == LCN_HOLE in check_expand_bad_sectors()
Dntfsundelete.c1515 if (rl[i].lcn == LCN_HOLE) { in calc_percentage()
2118 if (rl[i].lcn == LCN_HOLE) { in undelete_file()
Dntfsinfo.c1321 case LCN_HOLE: in ntfs_dump_lcn()
1438 next_lcn = LCN_HOLE; in ntfs_dump_attribute_header()
Dntfsclone.c1726 if (lcn == LCN_HOLE || lcn == LCN_RL_NOT_MAPPED)
2534 if (lcn == LCN_HOLE || lcn < 0)
/third_party/ntfs-3g/include/ntfs-3g/
Dattrib.h54 LCN_HOLE = -1, /* Keep this as highest value or die! */ enumerator