Searched refs:LCN (Results 1 – 16 of 16) sorted by relevance
/linux-3.4.99/fs/ntfs/ |
D | volume.h | 45 LCN nr_blocks; /* Number of sb->s_blocksize bytes 68 LCN nr_clusters; /* Volume size in clusters == number of 70 LCN mft_lcn; /* Cluster location of mft data. */ 71 LCN mftmirr_lcn; /* Cluster location of copy of mft. */ 86 LCN mft_zone_start; /* First cluster of the mft zone. */ 87 LCN mft_zone_end; /* First cluster beyond the mft zone. */ 88 LCN mft_zone_pos; /* Current position in the mft zone. */ 89 LCN data1_zone_pos; /* Current position in the first data 91 LCN data2_zone_pos; /* Current position in the second data
|
D | lcnalloc.c | 147 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()
|
D | runlist.h | 44 LCN lcn; /* lcn = Starting logical cluster number. */ 79 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
|
D | debug.c | 159 LCN lcn = (rl + i)->lcn; in ntfs_debug_dump_runlist() 161 if (lcn < (LCN)0) { in ntfs_debug_dump_runlist()
|
D | types.h | 45 typedef s64 LCN; typedef
|
D | lcnalloc.h | 44 const VCN start_vcn, const s64 count, const LCN start_lcn,
|
D | runlist.c | 753 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()
|
D | attrib.h | 67 extern LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn,
|
D | aops.c | 189 LCN lcn; in ntfs_read_block() 554 LCN lcn; in ntfs_write_block() 1021 LCN lcn; in ntfs_write_mst_block()
|
D | mft.c | 535 LCN lcn; in ntfs_sync_mft_mirror() 724 LCN lcn; in write_mft_record_nolock() 1280 LCN lcn; in ntfs_mft_bitmap_extend_allocation_nolock() 1716 LCN lcn; in ntfs_mft_data_extend_allocation_nolock()
|
D | logfile.c | 775 LCN lcn; in ntfs_empty_logfile()
|
D | attrib.c | 341 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() 713 LCN lcn; in load_attribute_list()
|
D | compress.c | 499 LCN lcn; in ntfs_read_compressed_block()
|
D | file.c | 484 LCN lcn; in ntfs_prepare_pages_for_non_resident_write() 1784 LCN lcn; in ntfs_file_buffered_write()
|
D | super.c | 924 LCN mft_zone_size, mft_lcn; in ntfs_setup_allocators()
|
/linux-3.4.99/drivers/net/wireless/b43/ |
D | Kconfig | 141 bool "Support for LCN-PHY devices (BROKEN)" 144 Support for the LCN-PHY.
|