LCN               171 fs/ntfs/aops.c 	LCN lcn;
LCN               536 fs/ntfs/aops.c 	LCN lcn;
LCN              1006 fs/ntfs/aops.c 			LCN lcn;
LCN              1553 fs/ntfs/aops.c 	LCN lcn;
LCN               327 fs/ntfs/attrib.c LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn,
LCN               330 fs/ntfs/attrib.c 	LCN lcn;
LCN               699 fs/ntfs/attrib.c 	LCN lcn;
LCN                53 fs/ntfs/attrib.h extern LCN ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn,
LCN               479 fs/ntfs/compress.c 	LCN lcn;
LCN               135 fs/ntfs/debug.c 		LCN lcn = (rl + i)->lcn;
LCN               137 fs/ntfs/debug.c 		if (lcn < (LCN)0) {
LCN               574 fs/ntfs/file.c 	LCN lcn;
LCN              1740 fs/ntfs/file.c 	LCN lcn;
LCN               133 fs/ntfs/lcnalloc.c 		const s64 count, const LCN start_lcn,
LCN               137 fs/ntfs/lcnalloc.c 	LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn;
LCN               138 fs/ntfs/lcnalloc.c 	LCN prev_lcn = 0, prev_run_len = 0, mft_zone_size;
LCN               285 fs/ntfs/lcnalloc.c 		bmp_pos &= ~(LCN)7;
LCN               303 fs/ntfs/lcnalloc.c 				lcn = (lcn + 8) & ~(LCN)7;
LCN               401 fs/ntfs/lcnalloc.c 				LCN tc;
LCN               544 fs/ntfs/lcnalloc.c 					LCN tc;
LCN               587 fs/ntfs/lcnalloc.c 					LCN tc;
LCN               628 fs/ntfs/lcnalloc.c 					LCN tc;
LCN                30 fs/ntfs/lcnalloc.h 		const VCN start_vcn, const s64 count, const LCN start_lcn,
LCN               762 fs/ntfs/logfile.c 		LCN lcn;
LCN               526 fs/ntfs/mft.c  			LCN lcn;
LCN               719 fs/ntfs/mft.c  			LCN lcn;
LCN              1275 fs/ntfs/mft.c  	LCN lcn;
LCN              1711 fs/ntfs/mft.c  	LCN lcn;
LCN               739 fs/ntfs/runlist.c 	LCN lcn;		/* Current lcn. */
LCN               865 fs/ntfs/runlist.c 				if (unlikely(deltaxcn == (LCN)-1))
LCN               867 fs/ntfs/runlist.c 				if (unlikely(lcn == (LCN)-1))
LCN               872 fs/ntfs/runlist.c 			if (unlikely(lcn < (LCN)-1)) {
LCN               990 fs/ntfs/runlist.c LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn)
LCN              1009 fs/ntfs/runlist.c 			if (likely(rl[i].lcn >= (LCN)0))
LCN              1018 fs/ntfs/runlist.c 	if (likely(rl[i].lcn < (LCN)0))
LCN              1121 fs/ntfs/runlist.c 	LCN prev_lcn;
LCN              1313 fs/ntfs/runlist.c 	LCN prev_lcn;
LCN                30 fs/ntfs/runlist.h 	LCN lcn;	/* lcn = Starting logical cluster number. */
LCN                65 fs/ntfs/runlist.h extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
LCN               937 fs/ntfs/super.c 	LCN mft_zone_size, mft_lcn;
LCN                32 fs/ntfs/volume.h 	LCN nr_blocks;			/* Number of sb->s_blocksize bytes
LCN                55 fs/ntfs/volume.h 	LCN nr_clusters;		/* Volume size in clusters == number of
LCN                57 fs/ntfs/volume.h 	LCN mft_lcn;			/* Cluster location of mft data. */
LCN                58 fs/ntfs/volume.h 	LCN mftmirr_lcn;		/* Cluster location of copy of mft. */
LCN                73 fs/ntfs/volume.h 	LCN mft_zone_start;		/* First cluster of the mft zone. */
LCN                74 fs/ntfs/volume.h 	LCN mft_zone_end;		/* First cluster beyond the mft zone. */
LCN                75 fs/ntfs/volume.h 	LCN mft_zone_pos;		/* Current position in the mft zone. */
LCN                76 fs/ntfs/volume.h 	LCN data1_zone_pos;		/* Current position in the first data
LCN                78 fs/ntfs/volume.h 	LCN data2_zone_pos;		/* Current position in the second data