Searched refs:lcn (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/core/fs/ntfs/ |
D | ntfs.c | 110 uint64_t *blk_next_offset, uint64_t *lcn) in ntfs_read() argument 131 offset = (*lcn << clust_byte_shift) % blk_size; in ntfs_read() 133 dprintf("LCN: 0x%X\n", *lcn); in ntfs_read() 175 *lcn += blk_size / count; /* update LCN */ in ntfs_read() 192 uint64_t lcn = 0; in ntfs_mft_record_lookup_any() local 210 lcn = NTFS_SB(fs)->mft_lcn; in ntfs_mft_record_lookup_any() 228 …k: VCN=%u, LCN=%u, len=%u\n", __func__,(unsigned)chunk.vcn,(unsigned)chunk.lcn,(unsigned)chunk.len… in ntfs_mft_record_lookup_any() 230 lcn=vcn-chunk.vcn+chunk.lcn; in ntfs_mft_record_lookup_any() 231 …: VCN %u for MFT record %u maps to lcn %u\n", __func__,(unsigned)vcn,(unsigned)file,(unsigned)lcn); in ntfs_mft_record_lookup_any() 240 if (0==lcn) { in ntfs_mft_record_lookup_any() [all …]
|
D | runlist.h | 25 int64_t lcn; member
|
D | ntfs.h | 126 int64_t lcn; member
|
/external/jdiff/src/jdiff/ |
D | HTMLReportGenerator.java | 469 String lcn = pkgName + "." + linkedClassName; in reportChangedClass() local 482 lcn = "Interface " + lcn; in reportChangedClass() 484 lcn = "Class " + lcn; in reportChangedClass() 494 writeSectionHeader(lcn, pkgName, prevClassRef, nextClassRef, in reportChangedClass()
|