Home
last modified time | relevance | path

Searched refs:LCN (Results 1 – 15 of 15) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dvolume.h46 LCN nr_blocks; /* Number of sb->s_blocksize bytes
69 LCN nr_clusters; /* Volume size in clusters == number of
71 LCN mft_lcn; /* Cluster location of mft data. */
72 LCN mftmirr_lcn; /* Cluster location of copy of mft. */
87 LCN mft_zone_start; /* First cluster of the mft zone. */
88 LCN mft_zone_end; /* First cluster beyond the mft zone. */
89 LCN mft_zone_pos; /* Current position in the mft zone. */
90 LCN data1_zone_pos; /* Current position in the first data
92 LCN data2_zone_pos; /* Current position in the second data
Drunlist.h44 LCN lcn; /* lcn = Starting logical cluster number. */
79 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
Dlcnalloc.c147 const s64 count, const LCN start_lcn, in ntfs_cluster_alloc()
151 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc()
152 LCN prev_lcn = 0, prev_run_len = 0, mft_zone_size; in ntfs_cluster_alloc()
299 bmp_pos &= ~(LCN)7; in ntfs_cluster_alloc()
317 lcn = (lcn + 8) & ~(LCN)7; in ntfs_cluster_alloc()
415 LCN tc; in ntfs_cluster_alloc()
558 LCN tc; in ntfs_cluster_alloc()
601 LCN tc; in ntfs_cluster_alloc()
642 LCN tc; in ntfs_cluster_alloc()
Ddebug.c149 LCN lcn = (rl + i)->lcn; in ntfs_debug_dump_runlist()
151 if (lcn < (LCN)0) { in ntfs_debug_dump_runlist()
Dtypes.h45 typedef s64 LCN; typedef
Dlcnalloc.h44 const VCN start_vcn, const s64 count, const LCN start_lcn,
Drunlist.c753 LCN lcn; /* Current lcn. */ in ntfs_mapping_pairs_decompress()
879 if (unlikely(deltaxcn == (LCN)-1)) in ntfs_mapping_pairs_decompress()
881 if (unlikely(lcn == (LCN)-1)) in ntfs_mapping_pairs_decompress()
886 if (unlikely(lcn < (LCN)-1)) { in ntfs_mapping_pairs_decompress()
1004 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn()
1023 if (likely(rl[i].lcn >= (LCN)0)) in ntfs_rl_vcn_to_lcn()
1032 if (likely(rl[i].lcn < (LCN)0)) in ntfs_rl_vcn_to_lcn()
1135 LCN prev_lcn; in ntfs_get_size_for_mapping_pairs()
1327 LCN prev_lcn; in ntfs_mapping_pairs_build()
Dattrib.h67 extern LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn,
Daops.c185 LCN lcn; in ntfs_read_block()
550 LCN lcn; in ntfs_write_block()
1020 LCN lcn; in ntfs_write_mst_block()
1567 LCN lcn; in ntfs_bmap()
Dmft.c540 LCN lcn; in ntfs_sync_mft_mirror()
733 LCN lcn; in write_mft_record_nolock()
1289 LCN lcn; in ntfs_mft_bitmap_extend_allocation_nolock()
1725 LCN lcn; in ntfs_mft_data_extend_allocation_nolock()
Dlogfile.c776 LCN lcn; in ntfs_empty_logfile()
Dattrib.c341 LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_vcn_to_lcn_nolock()
344 LCN lcn; in ntfs_attr_vcn_to_lcn_nolock()
737 LCN lcn; in load_attribute_list()
Dcompress.c493 LCN lcn; in ntfs_read_compressed_block()
Dfile.c588 LCN lcn; in ntfs_prepare_pages_for_non_resident_write()
1754 LCN lcn; in ntfs_perform_write()
Dsuper.c951 LCN mft_zone_size, mft_lcn; in ntfs_setup_allocators()