Lines Matching refs:tc
415 LCN tc; in ntfs_cluster_alloc() local
421 tc = lcn + bmp_pos + 1; in ntfs_cluster_alloc()
425 (unsigned long long)tc, in ntfs_cluster_alloc()
434 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
441 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
442 && tc >= vol->mft_lcn) in ntfs_cluster_alloc()
443 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
456 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
461 tc > vol->data1_zone_pos) in ntfs_cluster_alloc()
462 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()
463 vol->data1_zone_pos = tc; in ntfs_cluster_alloc()
476 if (tc >= vol->mft_zone_start) in ntfs_cluster_alloc()
480 tc > vol->data2_zone_pos) in ntfs_cluster_alloc()
481 vol->data2_zone_pos = tc; in ntfs_cluster_alloc()
558 LCN tc; in ntfs_cluster_alloc() local
565 tc = rl[rlpos - 1].lcn + in ntfs_cluster_alloc()
567 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
574 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
575 && tc >= vol->mft_lcn) in ntfs_cluster_alloc()
576 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
601 LCN tc; in ntfs_cluster_alloc() local
608 tc = rl[rlpos - 1].lcn + in ntfs_cluster_alloc()
610 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
615 tc > vol->data1_zone_pos) in ntfs_cluster_alloc()
616 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()
617 vol->data1_zone_pos = tc; in ntfs_cluster_alloc()
642 LCN tc; in ntfs_cluster_alloc() local
649 tc = rl[rlpos - 1].lcn + in ntfs_cluster_alloc()
651 if (tc >= vol->mft_zone_start) in ntfs_cluster_alloc()
655 tc > vol->data2_zone_pos) in ntfs_cluster_alloc()
656 vol->data2_zone_pos = tc; in ntfs_cluster_alloc()