Lines Matching refs:tc
401 LCN tc; in ntfs_cluster_alloc() local
407 tc = lcn + bmp_pos + 1; in ntfs_cluster_alloc()
411 (unsigned long long)tc, in ntfs_cluster_alloc()
420 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
427 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
428 && tc >= vol->mft_lcn) in ntfs_cluster_alloc()
429 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
442 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
447 tc > vol->data1_zone_pos) in ntfs_cluster_alloc()
448 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()
449 vol->data1_zone_pos = tc; in ntfs_cluster_alloc()
462 if (tc >= vol->mft_zone_start) in ntfs_cluster_alloc()
466 tc > vol->data2_zone_pos) in ntfs_cluster_alloc()
467 vol->data2_zone_pos = tc; in ntfs_cluster_alloc()
544 LCN tc; in ntfs_cluster_alloc() local
551 tc = rl[rlpos - 1].lcn + in ntfs_cluster_alloc()
553 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
560 tc > vol->mft_zone_pos) in ntfs_cluster_alloc()
561 && tc >= vol->mft_lcn) in ntfs_cluster_alloc()
562 vol->mft_zone_pos = tc; in ntfs_cluster_alloc()
587 LCN tc; in ntfs_cluster_alloc() local
594 tc = rl[rlpos - 1].lcn + in ntfs_cluster_alloc()
596 if (tc >= vol->nr_clusters) in ntfs_cluster_alloc()
601 tc > vol->data1_zone_pos) in ntfs_cluster_alloc()
602 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()
603 vol->data1_zone_pos = tc; in ntfs_cluster_alloc()
628 LCN tc; in ntfs_cluster_alloc() local
635 tc = rl[rlpos - 1].lcn + in ntfs_cluster_alloc()
637 if (tc >= vol->mft_zone_start) in ntfs_cluster_alloc()
641 tc > vol->data2_zone_pos) in ntfs_cluster_alloc()
642 vol->data2_zone_pos = tc; in ntfs_cluster_alloc()