Searched refs:mft_zone_end (Results 1 – 2 of 2) sorted by relevance
205 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_init_volume()206 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_init_volume()208 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_init_volume()211 vol->mft_zone_end); in ntfs_init_volume()216 vol->data1_zone_pos = vol->mft_zone_end; in ntfs_init_volume()691 vol->mft_zone_end && zone == DATA_ZONE) { in ntfs_allocate_clusters()692 zone_start = vol->mft_zone_end; in ntfs_allocate_clusters()695 vol->mft_zone_end) && zone == MFT_ZONE) { in ntfs_allocate_clusters()697 if (!vol->mft_zone_end) in ntfs_allocate_clusters()704 if (zone_start >= vol->mft_zone_end) { in ntfs_allocate_clusters()[all …]
17 ntfs_cluster_t mft_zone_end; member