Searched refs:LCN (Results 1 – 16 of 16) sorted by relevance
/linux-5.19.10/fs/ntfs/ |
D | volume.h | 32 LCN nr_blocks; /* Number of sb->s_blocksize bytes 55 LCN nr_clusters; /* Volume size in clusters == number of 57 LCN mft_lcn; /* Cluster location of mft data. */ 58 LCN mftmirr_lcn; /* Cluster location of copy of mft. */ 73 LCN mft_zone_start; /* First cluster of the mft zone. */ 74 LCN mft_zone_end; /* First cluster beyond the mft zone. */ 75 LCN mft_zone_pos; /* Current position in the mft zone. */ 76 LCN data1_zone_pos; /* Current position in the first data 78 LCN data2_zone_pos; /* Current position in the second data
|
D | lcnalloc.c | 133 const s64 count, const LCN start_lcn, in ntfs_cluster_alloc() 137 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() 138 LCN prev_lcn = 0, prev_run_len = 0, mft_zone_size; in ntfs_cluster_alloc() 285 bmp_pos &= ~(LCN)7; in ntfs_cluster_alloc() 303 lcn = (lcn + 8) & ~(LCN)7; in ntfs_cluster_alloc() 401 LCN tc; in ntfs_cluster_alloc() 544 LCN tc; in ntfs_cluster_alloc() 587 LCN tc; in ntfs_cluster_alloc() 628 LCN tc; in ntfs_cluster_alloc()
|
D | runlist.h | 30 LCN lcn; /* lcn = Starting logical cluster number. */ 65 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
|
D | debug.c | 135 LCN lcn = (rl + i)->lcn; in ntfs_debug_dump_runlist() 137 if (lcn < (LCN)0) { in ntfs_debug_dump_runlist()
|
D | types.h | 31 typedef s64 LCN; typedef
|
D | runlist.c | 739 LCN lcn; /* Current lcn. */ in ntfs_mapping_pairs_decompress() 865 if (unlikely(deltaxcn == (LCN)-1)) in ntfs_mapping_pairs_decompress() 867 if (unlikely(lcn == (LCN)-1)) in ntfs_mapping_pairs_decompress() 872 if (unlikely(lcn < (LCN)-1)) { in ntfs_mapping_pairs_decompress() 990 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() 1009 if (likely(rl[i].lcn >= (LCN)0)) in ntfs_rl_vcn_to_lcn() 1018 if (likely(rl[i].lcn < (LCN)0)) in ntfs_rl_vcn_to_lcn() 1121 LCN prev_lcn; in ntfs_get_size_for_mapping_pairs() 1313 LCN prev_lcn; in ntfs_mapping_pairs_build()
|
D | lcnalloc.h | 30 const VCN start_vcn, const s64 count, const LCN start_lcn,
|
D | attrib.h | 53 extern LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn,
|
D | aops.c | 168 LCN lcn; in ntfs_read_block() 534 LCN lcn; in ntfs_write_block() 1005 LCN lcn; in ntfs_write_mst_block() 1553 LCN lcn; in ntfs_bmap()
|
D | mft.c | 526 LCN lcn; in ntfs_sync_mft_mirror() 719 LCN lcn; in write_mft_record_nolock() 1275 LCN lcn; in ntfs_mft_bitmap_extend_allocation_nolock() 1711 LCN lcn; in ntfs_mft_data_extend_allocation_nolock()
|
D | logfile.c | 761 LCN lcn; in ntfs_empty_logfile()
|
D | attrib.c | 327 LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn, in ntfs_attr_vcn_to_lcn_nolock() 330 LCN lcn; in ntfs_attr_vcn_to_lcn_nolock() 703 LCN lcn; in load_attribute_list()
|
D | compress.c | 479 LCN lcn; in ntfs_read_compressed_block()
|
D | file.c | 572 LCN lcn; in ntfs_prepare_pages_for_non_resident_write() 1735 LCN lcn; in ntfs_perform_write()
|
D | super.c | 937 LCN mft_zone_size, mft_lcn; in ntfs_setup_allocators()
|
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | Kconfig | 144 bool "Support for LCN-PHY devices (BROKEN)" 147 Support for the LCN-PHY.
|