LCN 188 fs/ntfs/aops.c LCN lcn;
LCN 553 fs/ntfs/aops.c LCN lcn;
LCN 1020 fs/ntfs/aops.c LCN lcn;
LCN 340 fs/ntfs/attrib.c LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn,
LCN 343 fs/ntfs/attrib.c LCN lcn;
LCN 712 fs/ntfs/attrib.c LCN lcn;
LCN 67 fs/ntfs/attrib.h extern LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn,
LCN 498 fs/ntfs/compress.c LCN lcn;
LCN 159 fs/ntfs/debug.c LCN lcn = (rl + i)->lcn;
LCN 161 fs/ntfs/debug.c if (lcn < (LCN)0) {
LCN 495 fs/ntfs/file.c LCN lcn;
LCN 1796 fs/ntfs/file.c LCN lcn;
LCN 147 fs/ntfs/lcnalloc.c const s64 count, const LCN start_lcn,
LCN 151 fs/ntfs/lcnalloc.c LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn;
LCN 152 fs/ntfs/lcnalloc.c LCN prev_lcn = 0, prev_run_len = 0, mft_zone_size;
LCN 299 fs/ntfs/lcnalloc.c bmp_pos &= ~(LCN)7;
LCN 317 fs/ntfs/lcnalloc.c lcn = (lcn + 8) & ~(LCN)7;
LCN 415 fs/ntfs/lcnalloc.c LCN tc;
LCN 558 fs/ntfs/lcnalloc.c LCN tc;
LCN 601 fs/ntfs/lcnalloc.c LCN tc;
LCN 642 fs/ntfs/lcnalloc.c LCN tc;
LCN 44 fs/ntfs/lcnalloc.h const VCN start_vcn, const s64 count, const LCN start_lcn,
LCN 774 fs/ntfs/logfile.c LCN lcn;
LCN 535 fs/ntfs/mft.c LCN lcn;
LCN 724 fs/ntfs/mft.c LCN lcn;
LCN 1280 fs/ntfs/mft.c LCN lcn;
LCN 1716 fs/ntfs/mft.c LCN lcn;
LCN 753 fs/ntfs/runlist.c LCN lcn; /* Current lcn. */
LCN 879 fs/ntfs/runlist.c if (unlikely(deltaxcn == (LCN)-1))
LCN 881 fs/ntfs/runlist.c if (unlikely(lcn == (LCN)-1))
LCN 886 fs/ntfs/runlist.c if (unlikely(lcn < (LCN)-1)) {
LCN 1004 fs/ntfs/runlist.c LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn)
LCN 1023 fs/ntfs/runlist.c if (likely(rl[i].lcn >= (LCN)0))
LCN 1032 fs/ntfs/runlist.c if (likely(rl[i].lcn < (LCN)0))
LCN 1135 fs/ntfs/runlist.c LCN prev_lcn;
LCN 1327 fs/ntfs/runlist.c LCN prev_lcn;
LCN 44 fs/ntfs/runlist.h LCN lcn; /* lcn = Starting logical cluster number. */
LCN 79 fs/ntfs/runlist.h extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
LCN 922 fs/ntfs/super.c LCN mft_zone_size, mft_lcn;
LCN 45 fs/ntfs/volume.h LCN nr_blocks; /* Number of sb->s_blocksize bytes
LCN 68 fs/ntfs/volume.h LCN nr_clusters; /* Volume size in clusters == number of
LCN 70 fs/ntfs/volume.h LCN mft_lcn; /* Cluster location of mft data. */
LCN 71 fs/ntfs/volume.h LCN mftmirr_lcn; /* Cluster location of copy of mft. */
LCN 86 fs/ntfs/volume.h LCN mft_zone_start; /* First cluster of the mft zone. */
LCN 87 fs/ntfs/volume.h LCN mft_zone_end; /* First cluster beyond the mft zone. */
LCN 88 fs/ntfs/volume.h LCN mft_zone_pos; /* Current position in the mft zone. */
LCN 89 fs/ntfs/volume.h LCN data1_zone_pos; /* Current position in the first data
LCN 91 fs/ntfs/volume.h LCN data2_zone_pos; /* Current position in the second data