Home
last modified time | relevance | path

Searched refs:LCN_HOLE (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Drunlist.c158 if ((dst->lcn == LCN_HOLE) && (src->lcn == LCN_HOLE)) in ntfs_are_rl_mergeable()
327 if (dst[marker].lcn == LCN_HOLE || dst[marker].lcn == LCN_RL_NOT_MAPPED) in ntfs_rl_insert()
525 lcn >= LCN_HOLE. */ in ntfs_runlists_merge()
566 while (srl[si].length && srl[si].lcn < LCN_HOLE) in ntfs_runlists_merge()
602 /* Scan to the last element with lcn >= LCN_HOLE. */ in ntfs_runlists_merge()
603 for (sfinal = send; sfinal >= 0 && srl[sfinal].lcn < LCN_HOLE; sfinal--) in ntfs_runlists_merge()
605 for (dfinal = dend; dfinal >= 0 && drl[dfinal].lcn < LCN_HOLE; dfinal--) in ntfs_runlists_merge()
842 * to LCN_HOLE. in ntfs_mapping_pairs_decompress()
845 rl[rlpos].lcn = LCN_HOLE; in ntfs_mapping_pairs_decompress()
[all...]
H A Drunlist.h52 LCN_HOLE = -1, /* Keep this as highest value or die! */ enumerator
H A Dlcnalloc.c875 if (unlikely(rl->lcn < LCN_HOLE)) { in __ntfs_cluster_free()
915 if (unlikely(rl->lcn < LCN_HOLE)) { in __ntfs_cluster_free()
931 if (unlikely(rl->lcn < LCN_HOLE)) { in __ntfs_cluster_free()
H A Dlogfile.c776 if (unlikely(!rl->length || lcn < LCN_HOLE)) in ntfs_empty_logfile()
779 if (lcn == LCN_HOLE) in ntfs_empty_logfile()
H A Dfile.c873 if (unlikely(lcn != LCN_HOLE && lcn != LCN_ENOENT)) { in ntfs_prepare_pages_for_non_resident_write()
958 BUG_ON(lcn != LCN_HOLE); in ntfs_prepare_pages_for_non_resident_write()
972 BUG_ON(rl->lcn != LCN_HOLE); in ntfs_prepare_pages_for_non_resident_write()
1046 BUG_ON(rl2->lcn < LCN_HOLE); in ntfs_prepare_pages_for_non_resident_write()
1801 if (unlikely(lcn < LCN_HOLE)) { in ntfs_perform_write()
1817 if (lcn == LCN_HOLE) { in ntfs_perform_write()
H A Daops.c273 if (lcn == LCN_HOLE) in ntfs_read_block()
723 if (lcn == LCN_HOLE) { in ntfs_write_block()
1588 if (unlikely(lcn < LCN_HOLE)) { in ntfs_bmap()
1592 * LCN_HOLE and LCN_EIO (i.e. -1 to -5). in ntfs_bmap()
H A Dattrib.c317 * LCN_HOLE Hole / not allocated on disk.
351 if (likely(lcn >= LCN_HOLE)) { in ntfs_attr_vcn_to_lcn_nolock()
422 * being >= 0 and LCN_HOLE. In the later case you have to return zeroes on
476 if (likely(rl->lcn >= LCN_HOLE)) { in ntfs_attr_find_vcn_nolock()
2274 BUG_ON(rl2->lcn < LCN_HOLE); in ntfs_attr_extend_allocation()
H A Dcompress.c620 if (lcn == LCN_HOLE) in ntfs_read_compressed_block()
/kernel/linux/linux-6.6/fs/ntfs/
H A Drunlist.c158 if ((dst->lcn == LCN_HOLE) && (src->lcn == LCN_HOLE)) in ntfs_are_rl_mergeable()
327 if (dst[marker].lcn == LCN_HOLE || dst[marker].lcn == LCN_RL_NOT_MAPPED) in ntfs_rl_insert()
525 lcn >= LCN_HOLE. */ in ntfs_runlists_merge()
566 while (srl[si].length && srl[si].lcn < LCN_HOLE) in ntfs_runlists_merge()
602 /* Scan to the last element with lcn >= LCN_HOLE. */ in ntfs_runlists_merge()
603 for (sfinal = send; sfinal >= 0 && srl[sfinal].lcn < LCN_HOLE; sfinal--) in ntfs_runlists_merge()
605 for (dfinal = dend; dfinal >= 0 && drl[dfinal].lcn < LCN_HOLE; dfinal--) in ntfs_runlists_merge()
842 * to LCN_HOLE. in ntfs_mapping_pairs_decompress()
845 rl[rlpos].lcn = LCN_HOLE; in ntfs_mapping_pairs_decompress()
[all...]
H A Drunlist.h52 LCN_HOLE = -1, /* Keep this as highest value or die! */ enumerator
H A Dlcnalloc.c875 if (unlikely(rl->lcn < LCN_HOLE)) { in __ntfs_cluster_free()
915 if (unlikely(rl->lcn < LCN_HOLE)) { in __ntfs_cluster_free()
931 if (unlikely(rl->lcn < LCN_HOLE)) { in __ntfs_cluster_free()
H A Dlogfile.c775 if (unlikely(!rl->length || lcn < LCN_HOLE)) in ntfs_empty_logfile()
778 if (lcn == LCN_HOLE) in ntfs_empty_logfile()
H A Dfile.c866 if (unlikely(lcn != LCN_HOLE && lcn != LCN_ENOENT)) { in ntfs_prepare_pages_for_non_resident_write()
951 BUG_ON(lcn != LCN_HOLE); in ntfs_prepare_pages_for_non_resident_write()
965 BUG_ON(rl->lcn != LCN_HOLE); in ntfs_prepare_pages_for_non_resident_write()
1039 BUG_ON(rl2->lcn < LCN_HOLE); in ntfs_prepare_pages_for_non_resident_write()
1791 if (unlikely(lcn < LCN_HOLE)) { in ntfs_perform_write()
1807 if (lcn == LCN_HOLE) { in ntfs_perform_write()
H A Daops.c273 if (lcn == LCN_HOLE) in ntfs_read_block()
725 if (lcn == LCN_HOLE) { in ntfs_write_block()
1591 if (unlikely(lcn < LCN_HOLE)) { in ntfs_bmap()
1595 * LCN_HOLE and LCN_EIO (i.e. -1 to -5). in ntfs_bmap()
H A Dattrib.c317 * LCN_HOLE Hole / not allocated on disk.
351 if (likely(lcn >= LCN_HOLE)) { in ntfs_attr_vcn_to_lcn_nolock()
422 * being >= 0 and LCN_HOLE. In the later case you have to return zeroes on
476 if (likely(rl->lcn >= LCN_HOLE)) { in ntfs_attr_find_vcn_nolock()
2274 BUG_ON(rl2->lcn < LCN_HOLE); in ntfs_attr_extend_allocation()
H A Dcompress.c620 if (lcn == LCN_HOLE) in ntfs_read_compressed_block()

Completed in 27 milliseconds