Lines Matching refs:mft_zone_start
181 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_init_volume()
196 if (vol->mft_zone_start <= tc) in ntfs_init_volume()
197 vol->mft_zone_start = (ntfs_cluster_t)0; in ntfs_init_volume()
199 vol->mft_zone_start); in ntfs_init_volume()
690 } else if (zone_start >= vol->mft_zone_start && zone_start < in ntfs_allocate_clusters()
694 } else if ((zone_start < vol->mft_zone_start || zone_start >= in ntfs_allocate_clusters()
708 zone_end = vol->mft_zone_start; in ntfs_allocate_clusters()
936 if (tc >= vol->mft_zone_start) in ntfs_allocate_clusters()
998 zone_start = vol->mft_zone_start; in ntfs_allocate_clusters()
1109 zone_end = vol->mft_zone_start; in ntfs_allocate_clusters()
1133 if (tc >= vol->mft_zone_start) in ntfs_allocate_clusters()
1175 mft_zone_size = vol->mft_zone_end - vol->mft_zone_start; in ntfs_allocate_clusters()
1178 "0x%x.\n", __FUNCTION__, vol->mft_zone_start, in ntfs_allocate_clusters()
1193 vol->mft_zone_end = vol->mft_zone_start + mft_zone_size; in ntfs_allocate_clusters()
1195 vol->data2_zone_pos = vol->mft_zone_start = in ntfs_allocate_clusters()
1215 vol->mft_zone_start, vol->mft_zone_end, in ntfs_allocate_clusters()