Searched refs:mft_zone_start (Results 1 – 2 of 2) sorted by relevance
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()[all …]
16 ntfs_cluster_t mft_zone_start; member